diff options
author | nia <nia@pkgsrc.org> | 2020-03-26 14:15:19 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-26 14:15:19 +0000 |
commit | a1d9e665e7b0ed05c565e9aa2c88766d63ea4e93 (patch) | |
tree | 196e8b4a6ebef738ba3c20350c44b1658bbc6c05 /geography | |
parent | fa00b4a479a86937fbd5eacfb058a70a55837c69 (diff) | |
download | pkgsrc-a1d9e665e7b0ed05c565e9aa2c88766d63ea4e93.tar.gz |
libgeotiff: Add buildlink3.mk and silence pkglint warning.
Lack of buildlink3 noted by Dr. Thomas Orgis
Diffstat (limited to 'geography')
-rw-r--r-- | geography/libgeotiff/Makefile | 4 | ||||
-rw-r--r-- | geography/libgeotiff/buildlink3.mk | 15 |
2 files changed, 17 insertions, 2 deletions
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 |