Thu Mar 26 14:15:19 2020 UTC ()
libgeotiff: Add buildlink3.mk and silence pkglint warning.

Lack of buildlink3 noted by Dr. Thomas Orgis


(nia)
diff -r1.10 -r1.11 pkgsrc/geography/libgeotiff/Makefile
diff -r0 -r1.1 pkgsrc/geography/libgeotiff/buildlink3.mk

cvs diff -r1.10 -r1.11 pkgsrc/geography/libgeotiff/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/libgeotiff/Makefile 2020/03/12 00:17:20 1.10
+++ pkgsrc/geography/libgeotiff/Makefile 2020/03/26 14:15:19 1.11
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.10 2020/03/12 00:17:20 gdt Exp $ 1# $NetBSD: Makefile,v 1.11 2020/03/26 14:15:19 nia Exp $
2 2
3# Upgrade to 1.5.1 is on hold because it requires proj 6 3# Upgrade to 1.5.1 is on hold because it requires proj 6
4DISTNAME= libgeotiff-1.5.1 4DISTNAME= libgeotiff-1.5.1
5CATEGORIES= graphics 5CATEGORIES= geography
6MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ 6MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= https://github.com/OSGeo/libgeotiff 9HOMEPAGE= https://github.com/OSGeo/libgeotiff
10COMMENT= Library and tools for reading and writing GeoTIFF data 10COMMENT= Library and tools for reading and writing GeoTIFF data
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15 15
16# TODO: add options for zlib and jpeg support 16# TODO: add options for zlib and jpeg support
17 17
18.include "../../geography/proj/buildlink3.mk" 18.include "../../geography/proj/buildlink3.mk"

File Added: pkgsrc/geography/libgeotiff/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2020/03/26 14:15:19 nia Exp $

BUILDLINK_TREE+=	libgeotiff

.if !defined(LIBGEOTIFF_BUILDLINK3_MK)
LIBGEOTIFF_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libgeotiff+=	libgeotiff>=1.5.1
BUILDLINK_PKGSRCDIR.libgeotiff?=	../../geography/libgeotiff

.include "../../geography/proj/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.endif	# LIBGEOTIFF_BUILDLINK3_MK

BUILDLINK_TREE+=	-libgeotiff