d312683fc5
Release notes at https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/tag/Version_3.0.1.0
27 lines
496 B
Makefile
27 lines
496 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= planarity
|
|
PORTVERSION= 3.0.1.0
|
|
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
|
|
|
|
do-test:
|
|
(cd ${WRKSRC}/c && ${WRKSRC}/${PORTNAME} -test)
|
|
|
|
.include <bsd.port.mk>
|