svn commit: r467137 - head/games/syobon
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 12 09:33:37 UTC 2018
Author: amdmi3
Date: Thu Apr 12 09:33:36 2018
New Revision: 467137
URL: https://svnweb.freebsd.org/changeset/ports/467137
Log:
- Add LICENSE
- Switch to options helpers
- Update WWW
Modified:
head/games/syobon/Makefile
head/games/syobon/pkg-descr
Modified: head/games/syobon/Makefile
==============================================================================
--- head/games/syobon/Makefile Thu Apr 12 09:33:01 2018 (r467136)
+++ head/games/syobon/Makefile Thu Apr 12 09:33:36 2018 (r467137)
@@ -11,6 +11,8 @@ DISTFILES= ${PORTNAME}_${DISTVERSION}_src${EXTRACT_SUF
${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}_src${EXTRACT_SUFX}
+LICENSE= NONE
+
MAINTAINER= ports at FreeBSD.org
COMMENT= Platform game as Super Mario Bros
@@ -25,20 +27,19 @@ ALL_TARGET= ${PORTNAME}
MAKE_ENV= GAMEDATA="${DATADIR}"
PORTDOCS= README.txt
-OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES="Syobon Action" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
+OPTIONS_DEFINE= DOCS
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-.for d in BGM SE res
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR})
-.endfor
-
+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "BGM SE res" ${STAGEDIR}${DATADIR})
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Modified: head/games/syobon/pkg-descr
==============================================================================
--- head/games/syobon/pkg-descr Thu Apr 12 09:33:01 2018 (r467136)
+++ head/games/syobon/pkg-descr Thu Apr 12 09:33:36 2018 (r467137)
@@ -2,4 +2,4 @@ Syobon Action (also known as Cat Mario or Neko Mario)
with a similar gameplay experience as Super Mario Bros,
except it s more difficult and was written by some psychopath.
-WWW: http://zapek.com/blog/syobon-action/
+WWW: https://zapek.com/blog/syobon-action/
More information about the svn-ports-all
mailing list