diff options
author | rh <rh> | 2000-11-29 23:40:21 +0000 |
---|---|---|
committer | rh <rh> | 2000-11-29 23:40:21 +0000 |
commit | 30de306a42dcf87866fc8434a146ff65dae0ba27 (patch) | |
tree | 057d82e73de5e88e54cc5ee3f985d2b557c81c20 | |
parent | b374c9296b8e4505e23e464caf9e72070f64558e (diff) | |
download | pkgsrc-30de306a42dcf87866fc8434a146ff65dae0ba27.tar.gz |
Warn about IDEA licence restrictions.
-rw-r--r-- | security/libidea/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile index 603c55de9d1..9d923045fa2 100644 --- a/security/libidea/Makefile +++ b/security/libidea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/29 11:30:55 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/29 23:40:21 rh Exp $ # DISTNAME= libidea-0.8.2b @@ -13,6 +13,12 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.media-crypt.com/pages/fidea.html CRYPTO= YES +LICENCE= IDEA-licence +RESTRICTED= IDEA is a patented algorithm that requires proper licensing +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} do-install: cd ${WRKSRC} && \ |