aboutsummaryrefslogtreecommitdiff
path: root/games/aop/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-12-04 10:30:24 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-12-04 10:30:24 +0000
commit135a87779b81fd1b47ec38bc9a88f8cfeb5ecd34 (patch)
tree3aed04ab0b7d3fcc20b24c216ee737f5cc8ed5d8 /games/aop/Makefile
parent6ef8020587c2d993a98ed808260414784d373359 (diff)
downloadports-135a87779b81fd1b47ec38bc9a88f8cfeb5ecd34.tar.gz
ports-135a87779b81fd1b47ec38bc9a88f8cfeb5ecd34.zip
- Bump PORTREVISION
- Remove dependency for x11/xterm - Add files/aop.desktop Approved by: pawel / wg (mentors, implicit)
Notes
Notes: svn path=/head/; revision=335616
Diffstat (limited to 'games/aop/Makefile')
-rw-r--r--games/aop/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/aop/Makefile b/games/aop/Makefile
index 9dd84113451d..1211f50fc9b7 100644
--- a/games/aop/Makefile
+++ b/games/aop/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aop
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
@@ -15,21 +15,17 @@ COMMENT= Ncurses based arcade game with only 64 lines of code
LICENSE= GPLv2
-RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm
-
ALL_TARGET= #empty
PORTDOCS= README
-DESKTOP_ENTRIES+="Ambassador of Pain" "${COMMENT}" ${PORTNAME} \
- "xterm -e ${PORTNAME}" "Game;LogicGame;" false
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' \
${WRKSRC}/Makefile
post-install:
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/
+ ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}