- Add LICENSE
- Support STAGEDIR
This commit is contained in:
parent
cbd223394a
commit
09b3786d10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334072
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue