1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/py-pydot/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
878 B
Makefile

# New ports collection makefile for: pydot
# Date created: 15 Sep 2004
# Whom: Stefan Walter <sw@gegenunendlich.de>
#
# $FreeBSD$
#
PORTNAME= pydot
PORTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://dkbza.org/data/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= stefan@FreeBSD.org
COMMENT= A Python interface to the Graphviz Dot language
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
dot:${PORTSDIR}/graphics/graphviz
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/dot_parser.py \
%%PYTHON_SITELIBDIR%%/dot_parser.pyc \
%%PYTHON_SITELIBDIR%%/dot_parser.pyo \
%%PYTHON_SITELIBDIR%%/pydot.py \
%%PYTHON_SITELIBDIR%%/pydot.pyc \
%%PYTHON_SITELIBDIR%%/pydot.pyo
.include <bsd.port.mk>