pkgsrc/math/R-classInt/Makefile
asau dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00

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"