16 lines
387 B
Makefile
16 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/04/15 13:13:17 brook 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.6
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|