freebsd-ports/math/py-gnuplot/Makefile

35 lines
789 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-gnuplot
# Date created: 3 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= py-gnuplot
PORTVERSION= 1.7
PORTREVISION= 1
CATEGORIES= math python
2001-02-01 15:36:03 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnuplot-py
DISTNAME= gnuplot-py-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to gnuplot plotting program
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
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
.include <bsd.port.mk>