diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security/libidea | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'security/libidea')
-rw-r--r-- | security/libidea/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/libidea/Makefile b/security/libidea/Makefile index e5331ac7483..a706dd6289f 100644 --- a/security/libidea/Makefile +++ b/security/libidea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/05/01 14:01:50 zafer Exp $ +# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:31 wiz Exp $ # DISTNAME= libidea-0.8.2b @@ -8,18 +8,19 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.media-crypt.com/pages/fidea.html COMMENT= IDEA block cipher library - -NOT_FOR_BULK_PLATFORM= HPUX-*-* - -WRKSRC= ${WRKDIR}/idea -CRYPTO= YES LICENSE= idea-license + 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} +NOT_FOR_BULK_PLATFORM= HPUX-*-* + +WRKSRC= ${WRKDIR}/idea +CRYPTO= YES + INSTALLATION_DIRS= bin include lib do-install: |