7eb81e0db9
Approved by: lwhsu/rafan (mentors)
26 lines
605 B
Makefile
26 lines
605 B
Makefile
# New ports collection makefile for: py-graph
|
|
# Date created: 2008-08-29
|
|
# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= graph-core
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
|
COMMENT= A library for working with graphs in Python, core module
|
|
|
|
PROJECTHOST= python-graph
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= python_graph_core
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|