blob: 82026b4cdeff4f9ea3735c953ee4a2665a4b77a0 (
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
|
# ex:ts=8
# Ports collection makefile for: PyChart
# Date created: Aug 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
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
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|