aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2010-06-13 18:52:39 +0800
committerlioux <lioux@FreeBSD.org>2010-06-13 18:52:39 +0800
commit40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250 (patch)
treefc2643cd0d9e7c6d6d96446b63554aca4a26249b /java
parent0f415a134277003ab4ac9bc3ddb890af8f007571 (diff)
downloadfreebsd-ports-gnome-40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250.tar.gz
freebsd-ports-gnome-40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250.tar.zst
freebsd-ports-gnome-40e60f1313a70a9b7f23bfa6aa9f1c657c5b2250.zip
Add LICENSE* information
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-datatools/Makefile6
-rw-r--r--java/eclipse-hibernatetools/Makefile7
2 files changed, 13 insertions, 0 deletions
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile
index 7e720a01e876..a2831deb012d 100644
--- a/java/eclipse-datatools/Makefile
+++ b/java/eclipse-datatools/Makefile
@@ -22,6 +22,12 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \
${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
+LICENSE= EPL
+LICENSE_NAME= Eclipse Public License
+LICENSE_GROUPS= FSF OSI
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_TEXT= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php
+
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
diff --git a/java/eclipse-hibernatetools/Makefile b/java/eclipse-hibernatetools/Makefile
index 9cffe38fd68e..e0afd48cac24 100644
--- a/java/eclipse-hibernatetools/Makefile
+++ b/java/eclipse-hibernatetools/Makefile
@@ -23,6 +23,13 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef \
${LOCALBASE}/eclipse/features/org.eclipse.wst.common_core.feature_2.0.2.v200802150100-7C78EKOE_EkMNlO6f7cjpz0/feature.xml:${PORTSDIR}/java/eclipse-webtools
+LICENSE= EPL LGPL3
+LICENSE_NAME_EPL= Eclipse Public License
+LICENSE_GROUPS_EPL= FSF OSI
+LICENSE_PERMS_EPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_TEXT_EPL= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php
+LICENSE_COMB= multi
+
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes