- Add LICENSE
- Add NO_ARCH - Switch to options helpers
This commit is contained in:
parent
2ffe75ed35
commit
1501f81fa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412338
1 changed files with 4 additions and 1 deletions
|
@ -11,14 +11,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Graphical Drawing library for Python
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue