2002-05-11 23:57:40 +02:00
|
|
|
# New ports collection makefile for: abuse_sdl
|
|
|
|
# Date created: 11 May 2002
|
|
|
|
# Whom: des
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= abuse_sdl
|
2003-08-07 09:49:49 +02:00
|
|
|
PORTVERSION= 0.7.0
|
2008-03-13 15:28:35 +01:00
|
|
|
PORTREVISION= 5
|
2002-05-11 23:57:40 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/
|
|
|
|
|
2003-08-07 09:49:49 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An SDL port of the Abuse game engine
|
2002-05-11 23:57:40 +02:00
|
|
|
|
2003-08-07 09:49:49 +02:00
|
|
|
USE_BZIP2= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= gl
|
2004-03-08 02:01:31 +01:00
|
|
|
USE_SDL= sdl
|
2003-08-07 09:49:49 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-05-11 23:57:40 +02:00
|
|
|
|
|
|
|
MAN6= abuse-sdl.6
|
|
|
|
|
2003-08-07 09:49:49 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
|
2002-05-11 23:57:40 +02:00
|
|
|
.include <bsd.port.mk>
|