mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
25 lines
437 B
Makefile
25 lines
437 B
Makefile
# 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>
|