diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-03 17:21:44 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-03 17:21:44 +0000 |
commit | cda616bde8dff2a129505006a9fc792ee0bac9bb (patch) | |
tree | 1dc9288eddfac4c14e51f2fb45771a1cccd94c85 /graphics/py-chart/Makefile | |
parent | 5b5909d593a9337484e9bb324c94f7b2c0045881 (diff) | |
download | FreeBSD-ports-cda616bde8dff2a129505006a9fc792ee0bac9bb.zip FreeBSD-ports-cda616bde8dff2a129505006a9fc792ee0bac9bb.tar.gz |
add py-chart 1.22
Create high quality Encapsulated Postscript, PDF, or PNG charts
Diffstat (limited to 'graphics/py-chart/Makefile')
-rw-r--r-- | graphics/py-chart/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile new file mode 100644 index 0000000..546fee1 --- /dev/null +++ b/graphics/py-chart/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: PyChart +# Date created: Aug 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= chart +PORTVERSION= 1.22 +CATEGORIES= graphics python +MASTER_SITES= http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyChart-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> |