From a1d9e665e7b0ed05c565e9aa2c88766d63ea4e93 Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 26 Mar 2020 14:15:19 +0000 Subject: libgeotiff: Add buildlink3.mk and silence pkglint warning. Lack of buildlink3 noted by Dr. Thomas Orgis --- geography/libgeotiff/Makefile | 4 ++-- geography/libgeotiff/buildlink3.mk | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 geography/libgeotiff/buildlink3.mk (limited to 'geography') diff --git a/geography/libgeotiff/Makefile b/geography/libgeotiff/Makefile index c0955e93b30..a13d87b4466 100644 --- a/geography/libgeotiff/Makefile +++ b/geography/libgeotiff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2020/03/12 00:17:20 gdt Exp $ +# $NetBSD: Makefile,v 1.11 2020/03/26 14:15:19 nia Exp $ # Upgrade to 1.5.1 is on hold because it requires proj 6 DISTNAME= libgeotiff-1.5.1 -CATEGORIES= graphics +CATEGORIES= geography MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ MAINTAINER= gdt@NetBSD.org diff --git a/geography/libgeotiff/buildlink3.mk b/geography/libgeotiff/buildlink3.mk new file mode 100644 index 00000000000..ec553fc2607 --- /dev/null +++ b/geography/libgeotiff/buildlink3.mk @@ -0,0 +1,15 @@ +# $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 -- cgit v1.2.3