diff options
Diffstat (limited to 'games/afternoonstalker/Makefile')
-rw-r--r-- | games/afternoonstalker/Makefile | 10 |
1 files changed, 1 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> |