summaryrefslogtreecommitdiff
path: root/geography/shapelib/Makefile
blob: c191a1b11f0143e5e604be2bbaa28f9599f3ab27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.3 2006/05/11 10:58:52 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

USE_LIBTOOL=		YES

NO_CONFIGURE=		YES

BUILD_TARGET=		lib
INSTALL_TARGET=		lib_install

.include "../../mk/bsd.pkg.mk"