diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-04 17:32:20 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 19:47:48 +0800 |
commit | 3505159e72da2d8313ce2a8ddc527de700b5bc37 (patch) | |
tree | 6e7cd781796c6e5b68376fd16061dc733c4b60ab /graphics/libecwj2/Makefile | |
parent | adb93122cbf753a26a0497479dbb88cf415de29b (diff) | |
download | freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.tar.gz freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.tar.zst freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.zip |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'graphics/libecwj2/Makefile')
-rw-r--r-- | graphics/libecwj2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile index bf3a73b11496..ba0770de8f0c 100644 --- a/graphics/libecwj2/Makefile +++ b/graphics/libecwj2/Makefile @@ -10,8 +10,12 @@ DISTFILES= ecw_jpeg_2000_sdk_3_3_source.zip MAINTAINER= glebius@FreeBSD.org COMMENT= Erdas ECW and JPEG2000 support library -RESTRICTED= Registration required to download sources,\ +# Converted from RESTRICTED +LICENSE= libecwj2 +LICENSE_NAME= libecwj2 +LICENSE_TEXT= Registration required to download sources,\ but sources no longer available on ERDAS website +LICENSE_PERMS= auto-accept USES= gmake libtool zip USE_LDCONFIG= yes |