pkgsrc-wip/R-Rgraphviz/Makefile

24 lines
656 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2012/11/16 01:34:38 bubuchka Exp $
2012-07-18 13:23:41 +02:00
CATEGORIES= graphics math
MASTER_SITES= http://www.bioconductor.org/packages/2.10/bioc/src/contrib/
MAINTAINER= mishka@NetBSD.org
HOMEPAGE= http://www.bioconductor.org/packages/release/bioc/html/Rgraphviz.html
COMMENT= Plotting capabilities for R graph objects
R_PKGNAME= Rgraphviz
R_PKGVER= 1.34.2
LICENSE= artistic-2.0
2012-08-28 17:39:17 +02:00
USE_LANGUAGES= c
BUILDLINK_API_DEPENDS.R+= R>=2.6.0
2012-07-18 13:34:48 +02:00
.include "../../math/R/Makefile.extension"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../wip/R-graph/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"