freebsd-ports/games/burgerspace/Makefile
Martin Wilke 56c422c628 - Remove unused dependency to gengameng
- Add USE_SDL flag
- Take maintainership of the port

PR:		139130
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Feature safe:	yes
2009-09-25 19:26:03 +00:00

37 lines
964 B
Makefile

# New ports collection makefile for: burgerspace
# Date created: Apr 13, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= burgerspace
PORTVERSION= 1.8.3
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= A BurgerTime clone
LIB_DEPENDS= flatzebra-0.1.2:${PORTSDIR}/devel/flatzebra
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN6= burgerspace.6
PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO
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
.include <bsd.port.mk>