blob: 75b3b10b70fc2985e96aa8d2b03566e6fee16b9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= planarity
PORTVERSION= 3.0.2.0
DISTVERSIONPREFIX= Version_
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
COMMENT= Edge Addition Planarity Suite
WWW= https://dx.doi.org/10.7155/jgaa.00091
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
do-test:
(cd ${WRKSRC}/c && ${WRKSRC}/${PORTNAME} -test)
.include <bsd.port.mk>
|