summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-23 17:41:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-23 17:41:00 +0000
commit0b1f5d29f80d69a39a0902070c997f881180a1d3 (patch)
treeb8fbcc522cd2a3b2e6dc810796941d40de480d42 /x11-toolkits
parent- Remove leftover empty directories, providing clean deinstallation and fixin... (diff)
- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=400043
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-kivy/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile
index 5abbd130f094..2f410357d609 100644
--- a/x11-toolkits/py-kivy/Makefile
+++ b/x11-toolkits/py-kivy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kivy
PORTVERSION= 1.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits python
MASTER_SITES= GH LOCAL/dbn/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ MAINTAINER= dbn@FreeBSD.org
COMMENT= Python NUI library for rapid application development
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
@@ -25,7 +26,12 @@ PYDISTUTILS_BUILD_TARGET= build_ext
PYDISTUTILS_BUILDARGS= --inplace
PYDISTUTILS_EGGINFO= Kivy-${PORTVERSION}-py${PYTHON_VER}.egg-info
USE_PYTHON= autoplist distutils
-SHEBANG_FILES= kivy/lib/osc/OSC.py
+SHEBANG_FILES= kivy/lib/osc/OSC.py \
+ kivy/tools/packaging/osx/kivy.sh \
+ examples/demo/*/*.py
+SHEBANG_LANG= kivy
+kivy_OLD_CMD= /usr/bin/kivy
+kivy_CMD= ${LOCALBASE}/bin/kivy
OPTIONS_DEFINE= DOCS PDF TEST
OPTIONS_SET= ENCHANT OPENCV PYGAME