ca02b2baaa
Also: - take maintainership for it - clean up / re-order a few things
34 lines
692 B
Makefile
34 lines
692 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= burgerspace
|
|
PORTVERSION= 1.9.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ \
|
|
LOCAL/martymac
|
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
|
COMMENT= BurgerTime clone
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra
|
|
|
|
USES= pkgconfig sdl
|
|
USE_CXXSTD= gnu++98
|
|
USE_SDL= image mixer sdl
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PORTDOCS= AUTHORS COPYING NEWS README THANKS
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \
|
|
${WRKSRC}/src/Makefile.in
|
|
@${REINPLACE_CMD} 's|^docdir = .*|docdir = ${DOCSDIR}|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|