2010-07-30 12:36:22 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2010/07/30 10:36:26 asau Exp $
|
2009-12-11 20:11:00 +01:00
|
|
|
|
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
|
|
|
|
COMMENT= Package for choosing univariate class intervals for graphics
|
|
|
|
|
|
|
|
R_PKGNAME= classInt
|
2010-07-03 09:25:57 +02:00
|
|
|
R_PKGVER= 0.1-14
|
2009-12-11 20:11:00 +01:00
|
|
|
|
2010-07-30 12:36:22 +02:00
|
|
|
USE_LANGUAGES= fortran77
|
2009-12-11 20:11:00 +01:00
|
|
|
|
|
|
|
DEPENDS+= R-e1071>=1.5:../../math/R-e1071
|
|
|
|
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|