aboutsummaryrefslogtreecommitdiff
path: root/math/rankwidth/Makefile
blob: 180d449a796a3addece89a88cdc332caeca086a2 (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
26
27
# Created by: thierry@pompo.net
# $FreeBSD$

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

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>