diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-15 17:00:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-15 17:00:18 +0800 |
commit | 350ea0ecdfc4013e33e321a261bea185916ebfff (patch) | |
tree | 83c98c9ba03c7ea5d122de370ce5706673075ccd /math | |
parent | 7569c2bbd8245958db6a78503ef82607112de447 (diff) | |
download | freebsd-ports-gnome-350ea0ecdfc4013e33e321a261bea185916ebfff.tar.gz freebsd-ports-gnome-350ea0ecdfc4013e33e321a261bea185916ebfff.tar.zst freebsd-ports-gnome-350ea0ecdfc4013e33e321a261bea185916ebfff.zip |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gnuplot/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/py-gnuplot/Makefile b/math/py-gnuplot/Makefile index 15cde64b5bb0..1e4cb121aeb8 100644 --- a/math/py-gnuplot/Makefile +++ b/math/py-gnuplot/Makefile @@ -12,16 +12,21 @@ DISTNAME= gnuplot-py-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to gnuplot plotting program +LICENSE= LGPL21 + BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= gnuplot:math/gnuplot \ ${PYNUMPY} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes PORTDOCS= * -post-install: +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) |