2012-10-20 06:44:46 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2012-01-28 03:48:28 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= igraph
|
2017-06-18 20:09:16 +02:00
|
|
|
PORTREVISION= 1
|
2015-12-06 07:54:57 +01:00
|
|
|
DISTVERSION= 1.0.1
|
2012-01-28 03:48:28 +01:00
|
|
|
CATEGORIES= math
|
2012-06-19 11:57:50 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
2012-01-28 03:48:28 +01:00
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
2015-12-06 07:54:57 +01:00
|
|
|
COMMENT= Network Analysis and Visualization
|
2012-01-28 03:48:28 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \
|
|
|
|
R-cran-NMF>0:math/R-cran-NMF \
|
|
|
|
R-cran-irlba>0:math/R-cran-irlba
|
2015-12-06 07:54:57 +01:00
|
|
|
|
2017-06-18 20:09:16 +02:00
|
|
|
USES= cran:auto-plist,compiles
|
2015-12-06 07:54:57 +01:00
|
|
|
USE_GNOME= libxml2
|
2012-01-28 03:48:28 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not compile on sparc64: uses i386 assembler
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|