blob: 896c2fe18af03549aa0196e1a14e83c07e5ac283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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
R_PKGVER= 0.7
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|