aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-PyX/Makefile
blob: 1172ab730cce1f1a25ea2da0a1b7abdb2bbac850 (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:    PyX
# Date created:         Jun 8, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   PyX
PORTVERSION=    0.11.1
CATEGORIES= graphics python
MASTER_SITES=   SF
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= mva@FreeBSD.org
COMMENT=    A Python package for the creation of encapsulated PostScript figures

BUILD_DEPENDS=  kpsewhich:${PORTSDIR}/print/teTeX

USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes

.include <bsd.port.mk>