87bd0c228b
Price: The Shapefile C Library provides the ability to write simple C programs for reading, writing and updating (to a limited extent) ESRI Shapefiles, and the associated attribute file (.dbf). The Shapefile format is a working and interchange format promulgated by ESRI for simple vector data with attributes.
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/03/27 21:18:06 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= shapelib-1.2.10
|
|
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
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
NO_CONFIGURE= YES
|
|
|
|
BUILD_TARGET= lib
|
|
INSTALL_TARGET= lib_install
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|