# ex:ts=8
# Ports collection makefile for:	PyChart
# Date created:			Aug 4, 2002
# Whom:	      			ijliao
#
# $FreeBSD: ports/graphics/py-chart/Makefile,v 1.5 2003/02/20 18:08:12 knu Exp $
#

PORTNAME=	chart
PORTVERSION=	1.28.1
CATEGORIES=	graphics python
MASTER_SITES=	http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyChart-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Create high quality Encapsulated Postscript, PDF, or PNG charts

RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
