diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-03-30 15:27:19 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-03-30 15:27:19 +0000 |
commit | ccf271ff1ccbe18b045ccf93bbc2332f4bc0ea96 (patch) | |
tree | 62ca828112f9336acaeaa08b9098d32c4b06e749 /math/planarity/Makefile | |
parent | 2abc339cf09054a3d3b2e5bd820755df09f1cdb4 (diff) | |
download | ports-ccf271ff1ccbe18b045ccf93bbc2332f4bc0ea96.tar.gz ports-ccf271ff1ccbe18b045ccf93bbc2332f4bc0ea96.zip |
Notes
Diffstat (limited to 'math/planarity/Makefile')
-rw-r--r-- | math/planarity/Makefile | 24 |
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> |