Index: head/math/py-gnuplot/Makefile =================================================================== --- head/math/py-gnuplot/Makefile (revision 426150) +++ head/math/py-gnuplot/Makefile (revision 426151) @@ -1,28 +1,33 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= gnuplot PORTVERSION= 1.8 PORTREVISION= 7 CATEGORIES= math python MASTER_SITES= SF/${PORTNAME}-py/Gnuplot-py/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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}) .include