Wed Jan 3 00:21:01 2018 UTC ()
Added missing LICENSE variable.


(rillig)
diff -r1.6 -r1.7 pkgsrc/geography/shapelib/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/geography/shapelib/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/shapelib/Makefile 2012/10/04 09:19:21 1.6
+++ pkgsrc/geography/shapelib/Makefile 2018/01/03 00:21:01 1.7
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.6 2012/10/04 09:19:21 asau Exp $ 1# $NetBSD: Makefile,v 1.7 2018/01/03 00:21:01 rillig Exp $
2# 2#
3 3
4DISTNAME= shapelib-1.2.10 4DISTNAME= shapelib-1.2.10
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= geography 6CATEGORIES= geography
7MASTER_SITES= http://shapelib.maptools.org/dl/ 7MASTER_SITES= http://shapelib.maptools.org/dl/
8 8
9MAINTAINER= mchittur@cs.nmsu.edu 9MAINTAINER= mchittur@cs.nmsu.edu
10HOMEPAGE= http://shapelib.maptools.org/ 10HOMEPAGE= http://shapelib.maptools.org/
11COMMENT= Library for reading, writing and updating (limited) ESRI Shapefiles 11COMMENT= Library for reading, writing and updating (limited) ESRI Shapefiles
 12LICENSE= gnu-lgpl-v2 OR mit
12 13
13USE_LIBTOOL= YES 14USE_LIBTOOL= YES
14 15
15NO_CONFIGURE= YES 16NO_CONFIGURE= YES
16 17
17BUILD_TARGET= lib 18BUILD_TARGET= lib
18INSTALL_TARGET= lib_install 19INSTALL_TARGET= lib_install
19INSTALLATION_DIRS= lib 20INSTALLATION_DIRS= lib
20 21
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"