diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-22 20:38:29 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-22 20:38:29 +0000 |
commit | cac8438a167c27eeb641da1315dc96704c2b795d (patch) | |
tree | 9aa3e453b480685b116c38d8109fe2136fcc866b | |
parent | 85b3baf24bab5ba7ff68b91ffb5b613c01ed6467 (diff) |
Notes
-rw-r--r-- | games/abuse_sdl/Makefile | 17 | ||||
-rw-r--r-- | games/abuse_sdl/pkg-plist | 2 |
2 files changed, 7 insertions, 12 deletions
diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index 3bf8fd0e1c2b..28c2c808caf8 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -8,19 +8,17 @@ MASTER_SITES= GENTOO/distfiles \ http://abuse.zoy.org/raw-attachment/wiki/download/ DISTNAME= abuse-${DISTVERSION} -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= SDL port of the Abuse game engine LICENSE= GPLv2 -USES= pathfix +USES= pathfix USE_GL= gl USE_SDL= mixer sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release -MAN6= abuse.6 abuse-tool.6 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -29,15 +27,10 @@ PORTDOCS= AUTHORS ChangeLog NEWS README TODO DESKTOP_ENTRIES="Abuse-SDL" "${COMMENT}" "abuse" \ "abuse" "Game;StrategyGame;" false -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/games/abuse_sdl/pkg-plist b/games/abuse_sdl/pkg-plist index 9cc1067915c0..197b93372c94 100644 --- a/games/abuse_sdl/pkg-plist +++ b/games/abuse_sdl/pkg-plist @@ -1,5 +1,7 @@ bin/abuse bin/abuse-tool +man/man6/abuse-tool.6.gz +man/man6/abuse.6.gz %%DATADIR%%/abuse.bmp %%DATADIR%%/abuse.lsp %%DATADIR%%/abuse.png |