pkgsrc/geography/shapelib/Makefile
2018-01-03 00:21:01 +00:00

22 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.7 2018/01/03 00:21:01 rillig Exp $
#
DISTNAME= shapelib-1.2.10
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://shapelib.maptools.org/dl/
MAINTAINER= mchittur@cs.nmsu.edu
HOMEPAGE= http://shapelib.maptools.org/
COMMENT= Library for reading, writing and updating (limited) ESRI Shapefiles
LICENSE= gnu-lgpl-v2 OR mit
USE_LIBTOOL= YES
NO_CONFIGURE= YES
BUILD_TARGET= lib
INSTALL_TARGET= lib_install
INSTALLATION_DIRS= lib
.include "../../mk/bsd.pkg.mk"