dfc6889736
"fortran" is alias of "fortran77" for now, but it will change later.
18 lines
449 B
Makefile
18 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/07/30 10:36:26 asau Exp $
|
|
|
|
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
|
|
R_PKGVER= 0.1-14
|
|
|
|
USE_LANGUAGES= fortran77
|
|
|
|
DEPENDS+= R-e1071>=1.5:../../math/R-e1071
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|