pkgsrc-wip/libgeotiff/Makefile
Greg Troxel 7313dff61a 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.

Note that you need a buildlink3 file for misc/proj in order to be able
to use this.  I have submitted a PR to NetBSD pkgsrc, but until then
'cd /usr/pkgsrc/misc/proj && createbuildlink -3 > buildlink3.mk'
should suffice, given that you have pkgtools/createbuildlink installed.
2004-10-23 00:02:29 +00:00

18 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 00:02:29 lexort Exp $
DISTNAME= libgeotiff-1.2.2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/
MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://www.remotesensing.org/geotiff/geotiff.html
COMMENT= Library and tools for reading and writing GeoTIFF data
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../misc/proj/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"