diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-27 09:00:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-27 09:00:44 +0000 |
commit | 39d23cfea861e9b1578ec0c79fae3a01b6aff050 (patch) | |
tree | 66847141538ee4deafc66c4b9b606b7ef6c5a6ad /games | |
parent | 6a71ad64987d9c40690ddc4cdb47234025e6958c (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/4stattack/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/4stattack/Makefile b/games/4stattack/Makefile index ae6366aeac42..b3918cc66076 100644 --- a/games/4stattack/Makefile +++ b/games/4stattack/Makefile @@ -12,19 +12,22 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Connect four stones in a straight line LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL RUN_DEPENDS= ${PYGAME} USES= python +NO_ARCH= yes PORTDOCS= changelog.txt credits.txt -OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes ICON_SIZES= 16x16 22x22 32x32 48x48 64x64 SUB_FILES= ${PORTNAME} pkg-message +OPTIONS_DEFINE= DOCS + post-patch: .for s in 16 22 32 48 64 @cd ${WRKSRC}/kde/icons/${s}x${s} ; \ @@ -56,6 +59,7 @@ do-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |