diff options
Diffstat (limited to 'geography/shapelib/Makefile')
-rw-r--r-- | geography/shapelib/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/geography/shapelib/Makefile b/geography/shapelib/Makefile new file mode 100644 index 00000000000..d862fc40be4 --- /dev/null +++ b/geography/shapelib/Makefile @@ -0,0 +1,20 @@ +# $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" |