aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-ming
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-17 18:33:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-17 18:33:00 +0800
commitdd6d3797632dd8caae2c21aa9e8c2d615d70ffb0 (patch)
tree7df4ee9b5e5c3493b21375906b3527903b18c278 /graphics/py-ming
parent856d3152f0560058646c6c327d8e70e09423612a (diff)
downloadfreebsd-ports-gnome-dd6d3797632dd8caae2c21aa9e8c2d615d70ffb0.tar.gz
freebsd-ports-gnome-dd6d3797632dd8caae2c21aa9e8c2d615d70ffb0.tar.zst
freebsd-ports-gnome-dd6d3797632dd8caae2c21aa9e8c2d615d70ffb0.zip
- Add LICENSE
- Support STAGEDIR
Diffstat (limited to 'graphics/py-ming')
-rw-r--r--graphics/py-ming/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile
index acccb4d0c592..c57f7f88dfbf 100644
--- a/graphics/py-ming/Makefile
+++ b/graphics/py-ming/Makefile
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python module for Ming which allows you to create Flash 4/5 movies
+LICENSE= GPLv2 LGPL21
+LICENSE_COMB= multi
+
BUILD_WRKSRC= ${WRKSRC}/py_ext
CONFIGURE_ARGS= --enable-python
INSTALL_WRKSRC= ${WRKSRC}/py_ext
@@ -23,5 +26,4 @@ SLAVEPORT= py
PYDISTUTILS_PKGNAME= mingc
PYDISTUTILS_PKGVERSION= ${PORTVERSION}
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"