diff options
author | martymac <martymac@FreeBSD.org> | 2013-11-21 21:33:27 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-11-21 21:33:27 +0800 |
commit | 10987af1bcd1b37e25949b36f0fe946f69e20957 (patch) | |
tree | 17e42bd3fdb88b95557644e56381e34572d46b01 /games | |
parent | 16268b5f508ee90e3c42744e3b728ec6c34ba931 (diff) | |
download | freebsd-ports-graphics-10987af1bcd1b37e25949b36f0fe946f69e20957.tar.gz freebsd-ports-graphics-10987af1bcd1b37e25949b36f0fe946f69e20957.tar.zst freebsd-ports-graphics-10987af1bcd1b37e25949b36f0fe946f69e20957.zip |
- Enable staging
- Use new LIB_DEPENDS format
- Always stage documentation
Diffstat (limited to 'games')
-rw-r--r-- | games/burgerspace/Makefile | 10 | ||||
-rw-r--r-- | games/burgerspace/pkg-plist | 2 |
2 files changed, 3 insertions, 9 deletions
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index 0c8902f4c7e..55c4a62e108 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -12,7 +12,7 @@ COMMENT= A BurgerTime clone LICENSE= GPLv2 -LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra +LIB_DEPENDS= libflatzebra-0.1.so:${PORTSDIR}/devel/flatzebra USES= pkgconfig USE_SDL= mixer sdl @@ -20,20 +20,12 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN6= burgerspace.6 burgerspace-server.6 PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO -NO_STAGE= yes -.include <bsd.port.options.mk> - 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 empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \ - ${WRKSRC}/Makefile.in -.endif .include <bsd.port.mk> diff --git a/games/burgerspace/pkg-plist b/games/burgerspace/pkg-plist index 613b1e6e836..3f510380899 100644 --- a/games/burgerspace/pkg-plist +++ b/games/burgerspace/pkg-plist @@ -1,5 +1,7 @@ bin/burgerspace bin/burgerspace-server +man/man6/burgerspace-server.6.gz +man/man6/burgerspace.6.gz share/applications/burgerspace.desktop share/pixmaps/burgerspace.png %%DATADIR%%/sounds/chef-gets-treat.wav |