blob: d9393bed3a88084e8b6a8e3b6cfa956551f11af7 (
plain)
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
|
# 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
PORTCOMMENT= 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>
|