2000-07-03 18:26:56 +02:00
|
|
|
# New ports collection makefile for: py-gnuplot
|
|
|
|
# Date created: 3 July 2000
|
2000-11-01 16:51:11 +01:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-03 18:26:56 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= py-gnuplot
|
2004-01-04 22:34:56 +01:00
|
|
|
PORTVERSION= 1.7
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-07-03 18:26:56 +02:00
|
|
|
CATEGORIES= math python
|
2001-02-01 15:36:03 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnuplot-py
|
2004-01-04 22:34:56 +01:00
|
|
|
DISTNAME= gnuplot-py-${PORTVERSION}
|
2000-07-03 18:26:56 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Python interface to gnuplot plotting program
|
2000-07-03 18:26:56 +02:00
|
|
|
|
2002-07-15 13:37:35 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMERIC}
|
2000-09-28 08:12:54 +02:00
|
|
|
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
|
2002-07-15 13:37:35 +02:00
|
|
|
${PYNUMERIC}
|
2000-09-28 08:12:54 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 20:05:54 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= gnuplot-py
|
2001-02-01 15:36:03 +01: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 18:26:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|