blob: ddc56597979a6b568c1b58f96f6497f0220d72f0 (
plain)
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
|
PORTNAME= rankwidth # Also known as: rw
PORTVERSION= 0.9
PORTREVISION= 1
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>
|