aboutsummaryrefslogtreecommitdiff
path: root/games/abuse_sdl/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2013-04-28 23:01:27 +0000
committerBeech Rintoul <beech@FreeBSD.org>2013-04-28 23:01:27 +0000
commit4f3c4b8d7f0c479eacd6f1e4aefc0977cd698bb0 (patch)
tree391ff373f12b082ae4e0059c2d8b009146911a78 /games/abuse_sdl/Makefile
parent342b1a102b6d116de20a76e05abfe31fc42fcc07 (diff)
downloadports-4f3c4b8d7f0c479eacd6f1e4aefc0977cd698bb0.tar.gz
ports-4f3c4b8d7f0c479eacd6f1e4aefc0977cd698bb0.zip
Notes
Diffstat (limited to 'games/abuse_sdl/Makefile')
-rw-r--r--games/abuse_sdl/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile
index df36edc86fd5..789a582fc7b6 100644
--- a/games/abuse_sdl/Makefile
+++ b/games/abuse_sdl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= abuse_sdl
PORTVERSION= 0.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= GENTOO/distfiles \
http://abuse.zoy.org/raw-attachment/wiki/download/
@@ -25,25 +25,19 @@ MAN6= abuse.6 abuse-tool.6
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_FILES= bin/abuse \
- bin/abuse-tool \
- share/pixmaps/abuse.png
-
-PORTDATA= *
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
+DESKTOP_ENTRIES="Abuse-SDL" "${COMMENT}" "abuse" \
+ "abuse" "Game;StrategyGame;" false
+
.include <bsd.port.options.mk>
post-install:
-# Pixmaps
${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${PREFIX}/share/pixmaps/
-# Documentation
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
-. for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-. endfor
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>