pkgsrc/geography/libgeotiff/Makefile
2020-04-22 19:36:32 +00:00

20 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/04/22 19:36:32 gdt Exp $
DISTNAME= libgeotiff-1.5.1
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= https://github.com/OSGeo/libgeotiff
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"