aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-03-23 23:53:22 +0800
committermm <mm@FreeBSD.org>2011-03-23 23:53:22 +0800
commit2d8dfecd9bef3b850f2cac24358872a1ec5d9522 (patch)
tree01f7b01109af1e01a56d6eb98ab2b351c00a5a69 /devel
parentafe12c0066660248e95ae225e1b1cd3d085943aa (diff)
downloadfreebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.gz
freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.zst
freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.zip
- Add LICENSE knob(s)
Diffstat (limited to 'devel')
-rw-r--r--devel/binutils/Makefile5
-rw-r--r--devel/libcfg/Makefile5
-rw-r--r--devel/libcfg/distinfo1
-rw-r--r--devel/libevent/Makefile2
-rw-r--r--devel/libevent2/Makefile3
-rw-r--r--devel/liboil/Makefile3
-rw-r--r--devel/orc/Makefile3
-rw-r--r--devel/pcre/Makefile3
-rw-r--r--devel/smake/Makefile5
-rw-r--r--devel/smake/distinfo1
10 files changed, 28 insertions, 3 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 6156edad437a..274e95cdce89 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -25,6 +25,11 @@ CONFLICTS= libbfd-[0-9]*
OPTIONS= NLS "Enable National Language Support" off
+LICENSE= GPLv3 LGPL3
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING3
+LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING3.LIB
+
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --with-system-zlib \
diff --git a/devel/libcfg/Makefile b/devel/libcfg/Makefile
index 094bcdd14dde..81a149186533 100644
--- a/devel/libcfg/Makefile
+++ b/devel/libcfg/Makefile
@@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}+-${DISTVERSION}
MAINTAINER= mm@FreeBSD.org
COMMENT= Library for command line and configuration file parsing
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -53,7 +56,7 @@ post-install:
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for FILE in AUTHORS COPYING README TODO
+.for FILE in AUTHORS README TODO
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.if defined(WITH_HTMLDOCS)
diff --git a/devel/libcfg/distinfo b/devel/libcfg/distinfo
index edb5a80cce3e..81b9972cb9f0 100644
--- a/devel/libcfg/distinfo
+++ b/devel/libcfg/distinfo
@@ -1,3 +1,2 @@
-MD5 (libcfg+-0.6.2.tar.gz) = e117a2d054c5f5831fdb5ed27c26d767
SHA256 (libcfg+-0.6.2.tar.gz) = 8f7984dc7e457c738c6f1ab778900d61183156d18a6c67f929376d9dfeac278c
SIZE (libcfg+-0.6.2.tar.gz) = 169482
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile
index 6736b68ea4c4..1a3bf95d1920 100644
--- a/devel/libevent/Makefile
+++ b/devel/libevent/Makefile
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-stable
MAINTAINER= mm@FreeBSD.org
COMMENT= Provides an API to execute callback functions on certain events
+LICENSE= BSD
+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile
index 041b2669728d..2b4cc172bc54 100644
--- a/devel/libevent2/Makefile
+++ b/devel/libevent2/Makefile
@@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION}-stable
MAINTAINER= mm@FreeBSD.org
COMMENT= API for executing callback functions on events or timeouts
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USE_GNOME= lthack
GNU_CONFIGURE= yes
USE_LDCONFIG= ${PREFIX}/lib/event2
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
index e8c458d533f6..ff82f86a3ec3 100644
--- a/devel/liboil/Makefile
+++ b/devel/liboil/Makefile
@@ -14,6 +14,9 @@ MASTER_SITES= http://liboil.freedesktop.org/download/
MAINTAINER= mm@FreeBSD.org
COMMENT= Library of optimized inner loops
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GNOME= pkgconfig gnomehack gnometarget ltverhack
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
diff --git a/devel/orc/Makefile b/devel/orc/Makefile
index 2fb2d6d2896b..c85763677cfe 100644
--- a/devel/orc/Makefile
+++ b/devel/orc/Makefile
@@ -12,6 +12,9 @@ MASTER_SITES= http://code.entropywave.com/download/orc/
MAINTAINER= mm@FreeBSD.org
COMMENT= Library and toolset to operate arrays of data
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_GNOME= pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 4bbc9f5a43be..e82ff03c2336 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= mm@FreeBSD.org
COMMENT= Perl Compatible Regular Expressions library
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/LICENCE
+
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/devel/smake/Makefile b/devel/smake/Makefile
index 941429adfbb3..a15c803d8d3e 100644
--- a/devel/smake/Makefile
+++ b/devel/smake/Makefile
@@ -16,6 +16,11 @@ COMMENT= Highly portable make program with automake features
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g}
+LICENSE= CDDL GPLv2
+LICENSE_COMB= multi
+LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt
+LICENSE_FILE_GPLv2= ${WRKSRC}/GPL-2.0.txt
+
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ARGS= INS_BASE=${PREFIX}
diff --git a/devel/smake/distinfo b/devel/smake/distinfo
index c77ddc36e754..2ab24b5f146e 100644
--- a/devel/smake/distinfo
+++ b/devel/smake/distinfo
@@ -1,3 +1,2 @@
-MD5 (smake-1.2.1.tar.bz2) = 2fd7bd44b22da1640aaa6fbd31c727e4
SHA256 (smake-1.2.1.tar.bz2) = 26254b17e942b70d86125e0342a5ce7706cf554c8202ab323748db1e3577d578
SIZE (smake-1.2.1.tar.bz2) = 386712