1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/math/py-gnuplot/Makefile

38 lines
889 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
2001-02-01 14:36:03 +00:00
PORTVERSION= 1.5
CATEGORIES= math python
2001-02-01 14:36:03 +00:00
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/py-numeric
2000-09-28 06:12:54 +00:00
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric
2000-09-28 06:12:54 +00:00
USE_PYTHON= yes
2001-02-01 14:36:03 +00:00
SETUP_CMD= cd ${WRKSRC}; ${PYTHON_CMD} setup.py
do-build:
2001-02-01 14:36:03 +00:00
@${SETUP_CMD} build
do-install:
2001-02-01 14:36:03 +00:00
@${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>