2006-12-21 20:57:35 +01:00
|
|
|
# New ports collection makefile for: py-igraph
|
|
|
|
# Date created: 2006-12-20
|
|
|
|
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= igraph
|
2010-05-02 09:13:47 +02:00
|
|
|
PORTVERSION= 0.5.3
|
2006-12-21 20:57:35 +01:00
|
|
|
CATEGORIES= math python
|
2007-06-01 15:25:02 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2006-12-21 20:57:35 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2008-07-26 11:13:54 +02:00
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
2006-12-21 20:57:35 +01:00
|
|
|
|
2007-04-04 10:49:31 +02:00
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
2006-12-21 20:57:35 +01:00
|
|
|
COMMENT= High performance graph data structures and algorithms
|
|
|
|
|
2008-07-26 11:13:54 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph
|
2006-12-21 20:57:35 +01:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
|
2007-06-01 15:25:02 +02:00
|
|
|
USE_PYTHON= yes
|
2008-07-26 11:13:54 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
PYDISTUTILS_PKGNAME= python_igraph
|
2006-12-21 20:57:35 +01:00
|
|
|
|
2007-03-06 20:07:13 +01:00
|
|
|
.include <bsd.port.mk>
|