Thierry Thomas 9f5c934cc5 math/rankwidth: unbreak by upgrading to 0.10
Support igraph 0.10 and later, including current igraph 1.0.
Support current autoconf 2.72.
2025-12-23 22:43:04 +00:00

26 lines
516 B
Makefile

PORTNAME= rankwidth # Also known as: rw
PORTVERSION= 0.10
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= rw-${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Calculation of rank-width and rank-decompositions
WWW= https://sourceforge.net/projects/rankwidth/
LICENSE= GPLv2
LIB_DEPENDS= libigraph.so:math/igraph
USES= autoreconf libtool localbase pkgconfig
CONFLICTS_INSTALL= rw
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/rw
.include <bsd.port.mk>