summaryrefslogtreecommitdiffstats
path: root/math/R-cran-igraph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-igraph/Makefile')
-rw-r--r--math/R-cran-igraph/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile
new file mode 100644
index 0000000..c46f621
--- /dev/null
+++ b/math/R-cran-igraph/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: igraph
+# Date created: 10 May, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= igraph
+DISTVERSION= 0.5.5-4
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= R extension package for igraph
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: uses i386 assembler
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud