1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/py-gnuplot/Makefile

33 lines
741 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
CATEGORIES= math python
2001-02-01 14:36:03 +00: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 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
.include <bsd.port.mk>