aboutsummaryrefslogtreecommitdiff
path: root/math/rankwidth/Makefile
blob: 9d7893bba8956c545586f523b28854df248b871d (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=	rankwidth	# Also known as: rw
PORTVERSION=	0.9
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>