7412b1b573
in graphics/R-latticeExtra. Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
17 lines
441 B
Makefile
17 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/09/19 19:42:13 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/DAAG/
|
|
COMMENT= Data Analysis And Graphics data and functions
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
R_PKGNAME= DAAG
|
|
R_PKGVER= 1.20
|
|
|
|
DEPENDS+= R-latticeExtra>=0.6.26:../../graphics/R-latticeExtra
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|