pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/freeimageplus



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Jul  5 08:46:26 UTC 2017

Modified Files:
        pkgsrc/graphics/freeimageplus: Makefile
Added Files:
        pkgsrc/graphics/freeimageplus: buildlink3.mk

Log Message:
set license for freeimageplus and add a buildlink3.mk since it is a library.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/freeimageplus/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/freeimageplus/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/freeimageplus/Makefile
diff -u pkgsrc/graphics/freeimageplus/Makefile:1.1 pkgsrc/graphics/freeimageplus/Makefile:1.2
--- pkgsrc/graphics/freeimageplus/Makefile:1.1  Wed May 27 22:06:11 2015
+++ pkgsrc/graphics/freeimageplus/Makefile      Wed Jul  5 08:46:26 2017
@@ -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 @@ EXTRACT_SUFX=   .zip
 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

Added files:

Index: pkgsrc/graphics/freeimageplus/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/freeimageplus/buildlink3.mk:1.1
--- /dev/null   Wed Jul  5 08:46:26 2017
+++ pkgsrc/graphics/freeimageplus/buildlink3.mk Wed Jul  5 08:46:26 2017
@@ -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