2002-08-03 19:21:44 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: PyChart
|
|
|
|
# Date created: Aug 4, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= chart
|
2006-07-28 08:36:04 +02:00
|
|
|
PORTVERSION= 1.39
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2002-08-03 19:21:44 +02:00
|
|
|
CATEGORIES= graphics python
|
2005-07-01 10:09:21 +02:00
|
|
|
MASTER_SITES= http://download.gna.org/pychart/
|
2002-08-03 19:21:44 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyChart-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
|
2002-08-03 19:21:44 +02:00
|
|
|
|
2004-01-20 17:30:09 +01:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
2002-08-03 19:21:44 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= PyChart
|
2002-08-03 19:21:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|