aboutsummaryrefslogblamecommitdiff
path: root/math/planarity/Makefile
blob: 90a00193c2199f79e118577ea714959a1f5e4735 (plain) (tree)
1
2
3
4
                               

                         
                       

















                                             


                                                       
                      
# Created by: thierry@pompo.net

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>