mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
b11b0133b5
PR: 248697 Approved by: lwhsu (maintainer; via e-mail)
27 lines
686 B
Makefile
27 lines
686 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-igraph
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= High performance graph data structures and algorithms
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:math/igraph \
|
|
aclocal:devel/automake
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR}
|
|
|
|
USES= bison gnome libtool:build python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USE_GNOME= libxml2
|
|
|
|
pre-configure:
|
|
@${ECHO} ${PORTVERSION} > ${WRKSRC}/vendor/source/igraph/IGRAPH_VERSION
|
|
|
|
.include <bsd.port.mk>
|