Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more.
17 lines
433 B
Makefile
17 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/05/24 22:25:17 minskim Exp $
|
|
|
|
DISTNAME= igraph_1.2.1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://igraph.org/
|
|
COMMENT= Network Analysis and Visualization
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr
|
|
DEPENDS+= R-pkgconfig>=2.0.0:../../devel/R-pkgconfig
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|