pkgsrc/math/R-GRASS/Makefile

17 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/12/07 19:32:48 dholland Exp $
CATEGORIES= databases math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
HOMEPAGE= ${R_HOMEPAGE_BASE}/GRASS/
COMMENT= Interface between GRASS 5.0 geographical information system and R
R_PKGNAME= GRASS
R_PKGVER= 0.3-8
post-extract:
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"