pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/libgeotiff libgeotiff: Add buildlink3.mk and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8604ed29fb9
branches: trunk
changeset: 414389:a8604ed29fb9
user: nia <nia%pkgsrc.org@localhost>
date: Thu Mar 26 14:15:19 2020 +0000
description:
libgeotiff: Add buildlink3.mk and silence pkglint warning.
Lack of buildlink3 noted by Dr. Thomas Orgis
diffstat:
geography/libgeotiff/Makefile | 4 ++--
geography/libgeotiff/buildlink3.mk | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 2435a15ce583 -r a8604ed29fb9 geography/libgeotiff/Makefile
--- a/geography/libgeotiff/Makefile Thu Mar 26 14:11:29 2020 +0000
+++ b/geography/libgeotiff/Makefile Thu Mar 26 14:15:19 2020 +0000
@@ -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@localhost
diff -r 2435a15ce583 -r a8604ed29fb9 geography/libgeotiff/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/libgeotiff/buildlink3.mk Thu Mar 26 14:15:19 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index