aboutsummaryrefslogtreecommitdiff
path: root/math/planarity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/planarity/Makefile')
-rw-r--r--math/planarity/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/planarity/Makefile b/math/planarity/Makefile
new file mode 100644
index 000000000000..08f17d994cd1
--- /dev/null
+++ b/math/planarity/Makefile
@@ -0,0 +1,24 @@
+# Created by: thierry@pompo.net
+# $FreeBSD$
+
+PORTNAME= planarity
+PORTVERSION= 3.0.0.5
+DISTVERSIONPREFIX= Version_
+CATEGORIES= math
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= Edge Addition Planarity Suite
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
+
+USE_GITHUB= yes
+GH_ACCOUNT= graph-algorithms
+GH_PROJECT= edge-addition-planarity-suite
+
+USES= autoreconf libtool
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>