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
|
2010-07-04 19:26:09 +02:00
|
|
|
PORTVERSION= 1.9.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
2001-04-17 19:47:17 +02:00
|
|
|
CATEGORIES= games
|
2010-10-12 08:33:18 +02:00
|
|
|
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \
|
|
|
|
LOCAL/martymac
|
2001-04-17 19:47:17 +02:00
|
|
|
|
2010-09-27 14:08:23 +02:00
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
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
|
|
|
|
2010-10-12 08:33:18 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2009-09-25 21:26:03 +02:00
|
|
|
USE_SDL= mixer sdl
|
2001-04-17 19:47:17 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-04-17 19:47:17 +02:00
|
|
|
|
2010-07-04 19:26:09 +02:00
|
|
|
MAN6= burgerspace.6 burgerspace-server.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>
|