blob: 5a6444900019e704c412cbd61f8d1976f6e5217f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|