File:  [cvs.NetBSD.org] / pkgsrc / geography / libgeotiff / Makefile
Revision 1.33: download - view: text, annotated - select for diffs
Sun Sep 1 14:56:34 2024 UTC (5 months, 2 weeks ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
*: revbump for proj update

less gdal, postgis, due to in-flight updates, to be handled separately

# $NetBSD: Makefile,v 1.33 2024/09/01 14:56:34 gdt Exp $

VERSION=	1.7.3
DISTNAME=	libgeotiff-${VERSION}${RC}
PKGREVISION=	2
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

WRKSRC=		${WRKDIR}/libgeotiff-${VERSION}

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes

TEST_TARGET=	check

# TODO: add options for zlib and jpeg support

.include "../../geography/proj/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>