diff options
author | martymac <martymac@FreeBSD.org> | 2013-11-21 21:34:33 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-11-21 21:34:33 +0800 |
commit | 77a9a3609ea4e74e727596f77573ea00d4594768 (patch) | |
tree | 12bbbeec132572071f4e105f6a2c9007ec427d79 | |
parent | 10987af1bcd1b37e25949b36f0fe946f69e20957 (diff) | |
download | freebsd-ports-gnome-77a9a3609ea4e74e727596f77573ea00d4594768.tar.gz freebsd-ports-gnome-77a9a3609ea4e74e727596f77573ea00d4594768.tar.zst freebsd-ports-gnome-77a9a3609ea4e74e727596f77573ea00d4594768.zip |
- Enable staging
- Use new LIB_DEPENDS format
- Always stage documentation
-rw-r--r-- | games/afternoonstalker/Makefile | 10 | ||||
-rw-r--r-- | games/afternoonstalker/pkg-plist | 1 |
2 files changed, 2 insertions, 9 deletions
diff --git a/games/afternoonstalker/Makefile b/games/afternoonstalker/Makefile index b0ed2e8188e8..637ce8abc5ae 100644 --- a/games/afternoonstalker/Makefile +++ b/games/afternoonstalker/Makefile @@ -12,7 +12,7 @@ COMMENT= A clone of the 1981 Night Stalker video game 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= afternoonstalker.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/afternoonstalker/pkg-plist b/games/afternoonstalker/pkg-plist index 90712b41d94f..d0d8075a108b 100644 --- a/games/afternoonstalker/pkg-plist +++ b/games/afternoonstalker/pkg-plist @@ -1,4 +1,5 @@ bin/afternoonstalker +man/man6/afternoonstalker.6.gz share/applications/afternoonstalker.desktop share/pixmaps/afternoonstalker.png %%DATADIR%%/maze0.set |