summaryrefslogtreecommitdiff
path: root/math/py-gnuplot
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-15 09:00:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-15 09:00:18 +0000
commit7a0730796b9c7748ee5e403e990a63cbce83797b (patch)
tree83c98c9ba03c7ea5d122de370ce5706673075ccd /math/py-gnuplot
parentSplit targets so that they use options helpers when possible. (diff)
- Add LICENSE
- Add NO_ARCH - Switch to options helpers
Notes
Notes: svn path=/head/; revision=426151
Diffstat (limited to 'math/py-gnuplot')
-rw-r--r--math/py-gnuplot/Makefile7
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})