2001-04-17 19:47:17 +02:00
|
|
|
# New ports collection makefile for: burgerspace
|
|
|
|
# Date created: Apr 13, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= burgerspace
|
2009-09-25 21:26:03 +02:00
|
|
|
PORTVERSION= 1.8.3
|
2001-04-17 19:47:17 +02:00
|
|
|
CATEGORIES= games
|
2008-08-25 09:38:28 +02:00
|
|
|
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
|
2001-04-17 19:47:17 +02:00
|
|
|
|
2009-09-25 21:26:03 +02:00
|
|
|
MAINTAINER= ganael.laplanche@martymac.com
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A BurgerTime clone
|
2001-04-17 19:47:17 +02:00
|
|
|
|
2009-09-25 21:26:03 +02:00
|
|
|
LIB_DEPENDS= flatzebra-0.1.2:${PORTSDIR}/devel/flatzebra
|
2001-04-17 19:47:17 +02:00
|
|
|
|
2009-09-25 21:26:03 +02:00
|
|
|
USE_SDL= mixer sdl
|
2001-04-17 19:47:17 +02:00
|
|
|
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
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
2003-07-14 04:53:03 +02:00
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2009-09-25 21:26:03 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2001-04-17 19:47:17 +02:00
|
|
|
|
2002-11-24 10:19:50 +01:00
|
|
|
MAN6= burgerspace.6
|
2009-09-25 21:26:03 +02:00
|
|
|
PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO
|
2001-05-27 11:57:35 +02:00
|
|
|
|
2008-08-25 09:38:28 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
2001-04-17 19:47:17 +02:00
|
|
|
|
2007-04-15 23:06:14 +02:00
|
|
|
.include <bsd.port.mk>
|