Update to 0.7.0
PR: 55241 Submitted by: Ports Fury
This commit is contained in:
parent
f4f1ebe628
commit
3ab51f93e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86448
2 changed files with 15 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (abuse_sdl-0.6.1.tar.gz) = 17c01243cc1b041462d851276b2a460d
|
||||
MD5 (abuse_sdl-0.7.0.tar.bz2) = 59ea4498886642aa975f04233cc92558
|
||||
|
|
Loading…
Reference in a new issue