summaryrefslogtreecommitdiff
path: root/geography/libgeotiff/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-12-11 23:35:37 +0000
committergdt <gdt@pkgsrc.org>2012-12-11 23:35:37 +0000
commita5e8abc72f0db34850b8c5f55e137ef58984ee90 (patch)
tree706cea12c99abc42f09f640da7731adb2614c8f9 /geography/libgeotiff/Makefile
parent8a34e9e0267d1aa46032651e0d6d2146c489beba (diff)
downloadpkgsrc-a5e8abc72f0db34850b8c5f55e137ef58984ee90.tar.gz
Import libgeotiff-1.4.0 as geography/libgeotiff.
GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a TIFF based interchange format for georeferenced raster imagery. This library is the reference implementation for reading and writing GeoTIFF tags.
Diffstat (limited to 'geography/libgeotiff/Makefile')
-rw-r--r--geography/libgeotiff/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/geography/libgeotiff/Makefile b/geography/libgeotiff/Makefile
new file mode 100644
index 00000000000..5a644490001
--- /dev/null
+++ b/geography/libgeotiff/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2012/12/11 23:35:37 gdt Exp $
+
+DISTNAME= libgeotiff-1.4.0
+CATEGORIES= graphics
+MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/
+
+MAINTAINER= gdt@NetBSD.org
+HOMEPAGE= http://trac.osgeo.org/geotiff/
+COMMENT= Library and tools for reading and writing GeoTIFF data
+LICENSE= mit
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../geography/proj/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"