pkgsrc/math/R-shapefiles/Makefile

17 lines
385 B
Makefile
Raw Normal View History

2013-07-07 14:02:36 +02:00
# $NetBSD: Makefile,v 1.6 2013/07/07 12:02:36 wen Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/shapefiles/
COMMENT= Functions to read and write ESRI shapefiles
LICENSE= gnu-gpl-v2
R_PKGNAME= shapefiles
2013-07-07 14:02:36 +02:00
R_PKGVER= 0.7
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"