Sun Apr 15 13:13:17 2012 UTC ()
Add a LICENSE and regularize the Makefile format.


(brook)
diff -r1.4 -r1.5 pkgsrc/math/R-shapefiles/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/math/R-shapefiles/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-shapefiles/Makefile 2008/10/13 19:27:42 1.4
+++ pkgsrc/math/R-shapefiles/Makefile 2012/04/15 13:13:17 1.5
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2008/10/13 19:27:42 markd Exp $ 1# $NetBSD: Makefile,v 1.5 2012/04/15 13:13:17 brook Exp $
2# 2#
3 3
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
6 6
7MAINTAINER= mchittur@cs.nmsu.edu 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= ${R_HOMEPAGE_BASE}/shapefiles/ 8HOMEPAGE= ${R_HOMEPAGE_BASE}/shapefiles/
9COMMENT= Functions to read and write ESRI shapefiles 9COMMENT= Functions to read and write ESRI shapefiles
 10LICENSE= gnu-gpl-v2
10 11
11R_PKGNAME= shapefiles 12R_PKGNAME= shapefiles
12R_PKGVER= 0.6 13R_PKGVER= 0.6
13 14
14.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
15.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"