aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-07 20:03:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-07 20:03:45 +0000
commit0a7e2fe8aaa5fe69001c6e91ed6037e2e5647c06 (patch)
tree820d514708bf947b6b2cf422018dce1bdef1db9a /games
parent19e3e8797d6d1fa14b4cbecd448e0105773644c2 (diff)
downloadports-0a7e2fe8aaa5fe69001c6e91ed6037e2e5647c06.tar.gz
ports-0a7e2fe8aaa5fe69001c6e91ed6037e2e5647c06.zip
- Add LICENSE
- Add NO_ARCH
Notes
Notes: svn path=/head/; revision=393703
Diffstat (limited to 'games')
-rw-r--r--games/funnyboat/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile
index 56838a14ab88..54ba84678824 100644
--- a/games/funnyboat/Makefile
+++ b/games/funnyboat/Makefile
@@ -11,12 +11,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Side scrolling shooter game starring a steamboat on the sea
+LICENSE= GPLv2 MIT
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-CODE.txt
+LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MEDIA.txt
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python:run zip
NO_BUILD= yes
+NO_ARCH= yes
SUB_FILES= funnyboat_
SUB_LIST= PROGRAM_DIR="${PREFIX}/lib/${PORTNAME}"