aboutsummaryrefslogblamecommitdiff
path: root/math/rankwidth/Makefile
blob: 92adc1147b27cc1b070b952fc886cd9e3648bd9c (plain) (tree)
1
2
3
4
                               

                                                   
                   





















                                                                 
# Created by: thierry@pompo.net

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>