diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-10-23 04:38:29 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-10-23 04:38:29 +0800 |
commit | df4d98b52c0c2d7fd5329e32a831c55cdaefc878 (patch) | |
tree | 9aa3e453b480685b116c38d8109fe2136fcc866b /games | |
parent | 33220488cf016c929946ed4d5ac0261a62613464 (diff) | |
download | freebsd-ports-gnome-df4d98b52c0c2d7fd5329e32a831c55cdaefc878.tar.gz freebsd-ports-gnome-df4d98b52c0c2d7fd5329e32a831c55cdaefc878.tar.zst freebsd-ports-gnome-df4d98b52c0c2d7fd5329e32a831c55cdaefc878.zip |
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'games')
-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 |