freebsd-ports/math/py-gnuplot/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
630 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $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
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= gnuplot:math/gnuplot \
${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
PORTDOCS= *
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>