svn commit: r321683 - head/graphics/radius-engine

William Grzybowski wg at FreeBSD.org
Mon Jun 24 13:56:08 UTC 2013


Author: wg
Date: Mon Jun 24 13:56:07 2013
New Revision: 321683
URL: http://svnweb.freebsd.org/changeset/ports/321683

Log:
  graphics/radius-engine: minor fixes
  
  - Use pathfix instead of manual replace
  - Trim Makefile header
  
  PR:		ports/179894
  Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)

Modified:
  head/graphics/radius-engine/Makefile

Modified: head/graphics/radius-engine/Makefile
==============================================================================
--- head/graphics/radius-engine/Makefile	Mon Jun 24 13:54:22 2013	(r321682)
+++ head/graphics/radius-engine/Makefile	Mon Jun 24 13:56:07 2013	(r321683)
@@ -1,9 +1,5 @@
-# New Ports collection makefile for:	Radius Engine
-# Date created:		2012-05-17
-# Whom:			nemysis at gmx.ch
-#
+# Created by: nemysis <nemysis at gmx.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	radius-engine
 PORTVERSION=	1.1
@@ -19,11 +15,12 @@ LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lu
 		png15:${PORTSDIR}/graphics/png \
 		physfs.1:${PORTSDIR}/devel/physfs
 
+USES=		pathfix
+USE_SDL=	sdl sound
+USE_GL=		glu
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CFLAGS+=	-I${LOCALBASE}/include
-USE_SDL=	sdl sound
-USE_GL=		glu
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	include/radius.h \
@@ -34,6 +31,5 @@ PLIST_DIRSTRY=	libdata/pkgconfig
 post-patch:
 	@${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \
 		${WRKSRC}/acinclude.m4 ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|(pkgconfigdir)|{PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list