diff options
author | wg <wg@FreeBSD.org> | 2013-06-24 21:56:07 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-24 21:56:07 +0800 |
commit | 19160cd533a64299fc9d3710c4d21307ce72df91 (patch) | |
tree | d6f21bc4ccbce817bf262af457ee2e609dd27e6f /graphics/radius-engine | |
parent | 18178c96d1ebb739cbcd43501795f38f1282bd7b (diff) | |
download | freebsd-ports-gnome-19160cd533a64299fc9d3710c4d21307ce72df91.tar.gz freebsd-ports-gnome-19160cd533a64299fc9d3710c4d21307ce72df91.tar.zst freebsd-ports-gnome-19160cd533a64299fc9d3710c4d21307ce72df91.zip |
graphics/radius-engine: minor fixes
- Use pathfix instead of manual replace
- Trim Makefile header
PR: ports/179894
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'graphics/radius-engine')
-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> |