pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/freeimageplus set license for freeimageplus a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18b368c4d4ef
branches: trunk
changeset: 364818:18b368c4d4ef
user: nros <nros%pkgsrc.org@localhost>
date: Wed Jul 05 08:46:26 2017 +0000
description:
set license for freeimageplus and add a buildlink3.mk since it is a library.
diffstat:
graphics/freeimageplus/Makefile | 3 ++-
graphics/freeimageplus/buildlink3.mk | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 0834eb4cda08 -r 18b368c4d4ef graphics/freeimageplus/Makefile
--- a/graphics/freeimageplus/Makefile Wed Jul 05 04:59:16 2017 +0000
+++ b/graphics/freeimageplus/Makefile Wed Jul 05 08:46:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/05/27 22:06:11 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/05 08:46:26 nros Exp $
DISTNAME= FreeImage3170
PKGNAME= freeimageplus-3.17.0
@@ -9,6 +9,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://freeimage.sf.net/
COMMENT= Library for supporting PNG, BMP, JPEG, and TIFF - C++ Wrapper
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake
diff -r 0834eb4cda08 -r 18b368c4d4ef graphics/freeimageplus/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeimageplus/buildlink3.mk Wed Jul 05 08:46:26 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/07/05 08:46:26 nros Exp $
+
+BUILDLINK_TREE+= freeimageplus
+
+.if !defined(FREEIMAGEPLUS_BUILDLINK3_MK)
+FREEIMAGEPLUS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.freeimageplus+= freeimageplus>=3.17.0
+BUILDLINK_PKGSRCDIR.freeimageplus?= ../../graphics/freeimageplus
+
+.include "../../graphics/freeimage/buildlink3.mk"
+.endif # FREEIMAGEPLUS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -freeimageplus
Home |
Main Index |
Thread Index |
Old Index