pkgsrc/math/R-igraph/Makefile
minskim 894b63efbd math/R-igraph: Import version 1.2.1
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.
2018-05-24 22:25:17 +00:00

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"