aboutsummaryrefslogtreecommitdiff
path: root/math/rankwidth/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-03-31 17:25:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-03-31 17:25:31 +0000
commitdcfae172f209aa0d8b0d959a5f30caeca4a7aec5 (patch)
treec19cd48db3b1f9a1bd6ac441ad6d8056a56c9d05 /math/rankwidth/Makefile
parent5eeeb6cb2b8d593acfff28aa760bbe8f23f12dfa (diff)
downloadports-dcfae172f209aa0d8b0d959a5f30caeca4a7aec5.tar.gz
ports-dcfae172f209aa0d8b0d959a5f30caeca4a7aec5.zip
Adding rankwidth / rw, a program to calculate rank-width and rank-
decompositions. To be used by SageMath.
Notes
Notes: svn path=/head/; revision=529989
Diffstat (limited to 'math/rankwidth/Makefile')
-rw-r--r--math/rankwidth/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/rankwidth/Makefile b/math/rankwidth/Makefile
new file mode 100644
index 000000000000..4cac6c438261
--- /dev/null
+++ b/math/rankwidth/Makefile
@@ -0,0 +1,23 @@
+# Created by: thierry@pompo.net
+# $FreeBSD$
+
+PORTNAME= rw
+PORTVERSION= 0.8
+CATEGORIES= math
+MASTER_SITES= SF/rankwidth/
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= Calculation of rank-width and rank-decompositions
+
+LICENSE= GPLv2
+
+LIB_DEPENDS= libigraph.so:math/igraph
+
+USES= autoreconf libtool localbase pkgconfig
+
+OPTIONS_DEFINE= DOCS
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>