aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-27 12:02:27 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-05-06 11:47:41 +0000
commitadb93122cbf753a26a0497479dbb88cf415de29b (patch)
tree3eb073c6437f91958b1c4aef8fc4124c38bc2fc5 /cad
parent9ca6e5fed9baf1d7bed69bb66a1f90b93998361b (diff)
downloadports-adb93122cbf753a26a0497479dbb88cf415de29b.tar.gz
ports-adb93122cbf753a26a0497479dbb88cf415de29b.zip
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs. Approved by: rene Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'cad')
-rw-r--r--cad/linux-eagle5/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile
index 947e3fb3f870..4edf54740b9b 100644
--- a/cad/linux-eagle5/Makefile
+++ b/cad/linux-eagle5/Makefile
@@ -15,6 +15,9 @@ COMMENT= Easy to use, yet powerful tool for designing printed circuit boards
LICENSE= Eagle
LICENSE_NAME= Eagle End User License Agreement
LICENSE_FILE= ${WRKSRC}/doc/license_en.txt
+# Usage permitted for non-commercial purposes only
+# Sale for profit is not permitted
+# Copying the software is only allowed for backup by an individual licensee
LICENSE_PERMS= auto-accept
ONLY_FOR_ARCHS= i386 amd64
@@ -25,10 +28,6 @@ EXTRACT_CMD= ${SED}
EXTRACT_BEFORE_ARGS= -e '1,/^__DATA__$$/d'
EXTRACT_AFTER_ARGS= | ${BZCAT} -c 2>/dev/null | ${TAR} -xf -
-RESTRICTED= Usage permitted for non-commercial purposes only
-NO_CDROM= Sale for profit is not permitted
-NO_PACKAGE= Copying the software is only allowed for backup by an individual licensee
-
EAGLEBASEVERSION= 5.12
EAGLEBUGFIX= 0
EAGLEVERSION= ${EAGLEBASEVERSION}.${EAGLEBUGFIX}