1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/math/py-gnuplot/Makefile
Maxim Sobolev e46598248a Update to 1.5.
Submitted by:	tg
2001-02-01 14:36:03 +00:00

38 lines
879 B
Makefile

# New ports collection makefile for: py-gnuplot
# Date created: 3 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= py-gnuplot
PORTVERSION= 1.5
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnuplot-py
DISTNAME= Gnuplot-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy
USE_PYTHON= yes
SETUP_CMD= cd ${WRKSRC}; ${PYTHON_CMD} setup.py
do-build:
@${SETUP_CMD} build
do-install:
@${SETUP_CMD} install
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>