Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
20 lines
442 B
Makefile
20 lines
442 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chart
|
|
PORTVERSION= 1.39
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
USES= ghostscript:run python:2.7
|
|
|
|
.include <bsd.port.mk>
|