diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-05 14:01:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-05 14:01:01 +0000 |
commit | 3580f92e851a8e20061cde5c117ef53b2207a296 (patch) | |
tree | 7b3271c79bb0a69f0b31a29cd261479ba567c8eb /games/schiff/Makefile | |
parent | 8cecf9a3961ce60acc1fc1e5cefb174cb7417a98 (diff) | |
download | ports-3580f92e851a8e20061cde5c117ef53b2207a296.tar.gz ports-3580f92e851a8e20061cde5c117ef53b2207a296.zip |
Notes
Diffstat (limited to 'games/schiff/Makefile')
-rw-r--r-- | games/schiff/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/schiff/Makefile b/games/schiff/Makefile index 53224f66bb3c..710c4c6b30f1 100644 --- a/games/schiff/Makefile +++ b/games/schiff/Makefile @@ -10,16 +10,16 @@ MASTER_SITES= SF/pygamebook/${PORTNAME:S/s/S/}/${PORTNAME}${PORTVERSION}.py/ \ DISTFILES= ${PORTNAME}${DISTVERSION}.py \ ${PORTNAME}.png:icons DIST_SUBDIR= python -EXTRACT_ONLY= +EXTRACT_ONLY= # empty MAINTAINER= games@FreeBSD.org COMMENT= Steer your ship(s) with the keyboard -LICENSE= GPLv3 +LICENSE= GPLv2 # or later RUN_DEPENDS= ${PYGAME} -USE_PYTHON= 2 +USES= python:2,run NO_BUILD= yes SUB_FILES= ${PORTNAME} @@ -27,7 +27,6 @@ SUB_FILES= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png \ %%DATADIR%%/${PORTNAME}.py -PLIST_DIRS= %%DATADIR%% DESKTOP_ENTRIES="Schiff" "" ${PORTNAME} \ "${PORTNAME}" "Game;LogicGame;" "" |