23 lines
449 B
Makefile
23 lines
449 B
Makefile
# 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>
|