2000-07-03 16:26:56 +00:00
|
|
|
# New ports collection makefile for: py-gnuplot
|
|
|
|
# Date created: 3 July 2000
|
2000-11-01 15:51:11 +00:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-03 16:26:56 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= py-gnuplot
|
2004-01-04 21:34:56 +00:00
|
|
|
PORTVERSION= 1.7
|
2000-07-03 16:26:56 +00:00
|
|
|
CATEGORIES= math python
|
2001-02-01 14:36:03 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnuplot-py
|
2004-01-04 21:34:56 +00:00
|
|
|
DISTNAME= gnuplot-py-${PORTVERSION}
|
2000-07-03 16:26:56 +00:00
|
|
|
|
2003-07-29 09:12:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Python interface to gnuplot plotting program
|
2000-07-03 16:26:56 +00:00
|
|
|
|
2002-07-15 11:37:35 +00:00
|
|
|
BUILD_DEPENDS= ${PYNUMERIC}
|
2000-09-28 06:12:54 +00:00
|
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
|
2002-07-15 11:37:35 +00:00
|
|
|
${PYNUMERIC}
|
2000-09-28 06:12:54 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 18:05:54 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
2001-02-01 14:36:03 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/py-gnuplot
|
|
|
|
cd ${WRKSRC}/doc && ${TAR} -chf - * | \
|
|
|
|
${TAR} --unlink -xf - -C ${PREFIX}/share/doc/py-gnuplot
|
|
|
|
.endif
|
2000-07-03 16:26:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|