aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-11-15 17:00:18 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-11-15 17:00:18 +0800
commit350ea0ecdfc4013e33e321a261bea185916ebfff (patch)
tree83c98c9ba03c7ea5d122de370ce5706673075ccd /math
parent7569c2bbd8245958db6a78503ef82607112de447 (diff)
downloadfreebsd-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/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})