diff options
author | gdt <gdt@pkgsrc.org> | 2006-05-10 15:38:19 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-05-10 15:38:19 +0000 |
commit | 382daa31da33576fd283c08134a5f862f64d2c32 (patch) | |
tree | e12cbf030bd4d6172e567a79dae0cca8cb1c0e5d /archivers/bicom | |
parent | e5bfdfbb0af480655edad51413bf49c156138135 (diff) | |
download | pkgsrc-382daa31da33576fd283c08134a5f862f64d2c32.tar.gz |
Add bicom-license and point to it. Set RESTRICTED and NO_*_ON_*
because no permission to distribute has been granted.
change reviewd by ben@ (maintainer)
Diffstat (limited to 'archivers/bicom')
-rw-r--r-- | archivers/bicom/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile index a933fce10a5..8f595feb490 100644 --- a/archivers/bicom/Makefile +++ b/archivers/bicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/10 13:23:07 ben Exp $ +# $NetBSD: Makefile,v 1.24 2006/05/10 15:38:19 gdt Exp $ # DISTNAME= bicom101 @@ -12,7 +12,12 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://www3.sympatico.ca/mt0000/bicom/bicom.html COMMENT= Data compressor in the PPM family -LICENSE= no-commercial-use +LICENSE= bicom-license +RESTRICTED= No commercial use without prior arrangement, no permission to distribute granted. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews |