diff options
author | krion <krion@FreeBSD.org> | 2003-08-07 07:49:49 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-07 07:49:49 +0000 |
commit | ec46f8edb7babd2222c6d0bd776f8bd409dda5a0 (patch) | |
tree | 224a256e0c94b606c7dc0a44e950d94f2a4dcd29 /games/abuse_sdl | |
parent | 91c6468c5ee8d536efeef7b3aaa6b0224f68058a (diff) | |
download | FreeBSD-ports-ec46f8edb7babd2222c6d0bd776f8bd409dda5a0.zip FreeBSD-ports-ec46f8edb7babd2222c6d0bd776f8bd409dda5a0.tar.gz |
Update to 0.7.0
PR: 55241
Submitted by: Ports Fury
Diffstat (limited to 'games/abuse_sdl')
-rw-r--r-- | games/abuse_sdl/Makefile | 22 | ||||
-rw-r--r-- | games/abuse_sdl/distinfo | 2 |
2 files changed, 15 insertions, 9 deletions
diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index d59e508..7f413c6 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -6,20 +6,26 @@ # PORTNAME= abuse_sdl -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= games MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= An SDL port of the Abuse game engine -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12:install - -USE_GMAKE= YES -GNU_CONFIGURE= YES -CONFIGURE_ENV= CFLAGS="${CFLAGS}" SDL_CONFIG="${LOCALBASE}/bin/sdl11-config" -CONFIGURE_ARGS= --prefix="${PREFIX}" +USE_BZIP2= yes +USE_MESA= yes +USE_SDL= yes +USE_REINPLACE= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ + LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN6= abuse-sdl.6 +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/games/abuse_sdl/distinfo b/games/abuse_sdl/distinfo index e32faae..5009667 100644 --- a/games/abuse_sdl/distinfo +++ b/games/abuse_sdl/distinfo @@ -1 +1 @@ -MD5 (abuse_sdl-0.6.1.tar.gz) = 17c01243cc1b041462d851276b2a460d +MD5 (abuse_sdl-0.7.0.tar.bz2) = 59ea4498886642aa975f04233cc92558 |