blob: f9dee9c8f43e122184ef0bfea41ae8dae53e5116 (
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 2013/01/26 21:37:38 adam Exp $
DISTNAME= libgeotiff-1.4.0
PKGREVISION= 1
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
# TODO: add options for zlib and jpeg support
.include "../../geography/proj/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|