freebsd-ports/games/burgerspace/Makefile
Ganael LAPLANCHE 959ee448db - Enable staging
- Use new LIB_DEPENDS format
- Always stage documentation
2013-11-21 13:33:27 +00:00

31 lines
733 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= burgerspace
PORTVERSION= 1.9.2
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \
LOCAL/martymac
MAINTAINER= martymac@FreeBSD.org
COMMENT= A BurgerTime clone
LICENSE= GPLv2
LIB_DEPENDS= libflatzebra-0.1.so:${PORTSDIR}/devel/flatzebra
USES= pkgconfig
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
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
.include <bsd.port.mk>