Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / math / py-gnuplot / Makefile
1 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gnuplot
5 PORTVERSION=    1.8
6 PORTREVISION=   7
7 CATEGORIES=     math python
8 MASTER_SITES=   SF/${PORTNAME}-py/Gnuplot-py/${PORTVERSION}
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10 DISTNAME=       gnuplot-py-${PORTVERSION}
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Python interface to gnuplot plotting program
14
15 BUILD_DEPENDS=  ${PYNUMPY}
16 RUN_DEPENDS=    gnuplot:${PORTSDIR}/math/gnuplot \
17                 ${PYNUMPY}
18
19 USES=           python
20 USE_PYTHON=     distutils autoplist
21
22 PORTDOCS=       *
23
24 post-install:
25         @${MKDIR} ${STAGEDIR}${DOCSDIR}
26         @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
27
28 .include <bsd.port.mk>