summaryrefslogtreecommitdiff
path: root/security/libidea
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-11-29 23:40:21 +0000
committerrh <rh@pkgsrc.org>2000-11-29 23:40:21 +0000
commitd1bf303e4cb151b72bd42fac65c979acc207a1ad (patch)
tree057d82e73de5e88e54cc5ee3f985d2b557c81c20 /security/libidea
parent1163e3579f194f6e575b1bc86ba6bfe5ced0a072 (diff)
downloadpkgsrc-d1bf303e4cb151b72bd42fac65c979acc207a1ad.tar.gz
Warn about IDEA licence restrictions.
Diffstat (limited to 'security/libidea')
-rw-r--r--security/libidea/Makefile8
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} && \