aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-chart/Makefile
blob: 7b3384ffc0d09222d7807166c7ee6528107de410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# Ports collection makefile for:    PyChart
# Date created:         Aug 4, 2002
# Whom:                 ijliao
#
# $FreeBSD$
#

PORTNAME=   chart
PORTVERSION=    1.39
PORTREVISION=   4
CATEGORIES= graphics python
MASTER_SITES=   http://download.gna.org/pychart/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   PyChart-${PORTVERSION}

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

USE_GHOSTSCRIPT_RUN=    yes

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    PyChart

.include <bsd.port.mk>