15 lines
475 B
Makefile
15 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/11/26 18:57:47 daprice Exp $
|
|
#
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= ${MASTER_SITE_R_CRAN:=contrib/Descriptions/shapefiles.html}
|
|
COMMENT= Functions to read and write ESRI shapefiles
|
|
|
|
R_PKGNAME= shapefiles
|
|
R_PKGVER= 0.3
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|