Files
ports/math/py-gnuplot/Makefile
Martin Wilke 6ead6f393a Eliminate hard coded "PKGNAMEPREFIX= py-"
PR:		137859
Submitted by:	olli hauer <ohauer@gmx.de>
2009-08-18 20:15:55 +00:00

33 lines
697 B
Makefile

# New ports collection makefile for: py-gnuplot
# Date created: 3 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnuplot
PORTVERSION= 1.8
CATEGORIES= math python
MASTER_SITES= SF/gnuplot-py
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= gnuplot-py-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to gnuplot plotting program
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
${PYNUMPY}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= gnuplot-py
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>