- Add LICENSE

- Support STAGEDIR
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-17 10:33:00 +00:00
parent cbd223394a
commit 09b3786d10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334072

View File

@ -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"