2008-09-05 14:16:41 +00:00
|
|
|
# New ports collection makefile for: py-graph
|
|
|
|
# Date created: 2008-08-29
|
|
|
|
# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2010-05-12 13:39:30 +00:00
|
|
|
PORTNAME= graph-dot
|
|
|
|
PORTVERSION= 1.7.0
|
2008-09-05 14:16:41 +00:00
|
|
|
CATEGORIES= graphics python
|
2010-05-12 13:39:30 +00:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2008-09-05 14:16:41 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2010-05-12 13:39:30 +00:00
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
2008-09-05 14:16:41 +00:00
|
|
|
|
2009-07-29 12:59:14 +00:00
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
2010-05-12 13:39:30 +00:00
|
|
|
COMMENT= A library for working with graphs in Python, dot module
|
2008-09-05 14:16:41 +00:00
|
|
|
|
2010-05-12 13:39:30 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core
|
2008-09-05 14:16:41 +00:00
|
|
|
|
|
|
|
PROJECTHOST= python-graph
|
|
|
|
USE_PYTHON= yes
|
2009-03-12 19:24:03 +00:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2010-05-12 13:39:30 +00:00
|
|
|
PYDISTUTILS_PKGNAME= python_graph_dot
|
2008-09-05 14:16:41 +00:00
|
|
|
|
2010-05-12 13:39:30 +00:00
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
2009-05-09 09:18:33 +00:00
|
|
|
|
2008-09-05 14:16:41 +00:00
|
|
|
.include <bsd.port.mk>
|