diff options
-rw-r--r-- | graphics/radius-engine/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/radius-engine/Makefile b/graphics/radius-engine/Makefile index a4e4e412daf1..1a282b79000a 100644 --- a/graphics/radius-engine/Makefile +++ b/graphics/radius-engine/Makefile @@ -1,9 +1,5 @@ -# New Ports collection makefile for: Radius Engine -# Date created: 2012-05-17 -# Whom: nemysis@gmx.ch -# +# Created by: nemysis <nemysis@gmx.ch> # $FreeBSD$ -# PORTNAME= radius-engine PORTVERSION= 1.1 @@ -19,11 +15,12 @@ LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \ 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> |