diff options
author | manu <manu@pkgsrc.org> | 2003-10-27 22:52:48 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2003-10-27 22:52:48 +0000 |
commit | 1d9fbeb36071d95c675099e45cc5c28cfe594a8e (patch) | |
tree | 01e14133ed234522461f8b5a8d6b739a2f6e264e /mail/libsnert | |
parent | 3aaf9679faf37a7173d848d28daf88412f474a0b (diff) | |
download | pkgsrc-1d9fbeb36071d95c675099e45cc5c28cfe594a8e.tar.gz |
Snert's license: no redistribution.
Diffstat (limited to 'mail/libsnert')
-rw-r--r-- | mail/libsnert/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/libsnert/Makefile b/mail/libsnert/Makefile index c4eadde02fb..5ecf26d6ca0 100644 --- a/mail/libsnert/Makefile +++ b/mail/libsnert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/27 17:56:58 manu Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/27 22:52:48 manu Exp $ # DISTNAME= libsnert-1.23 @@ -16,6 +16,13 @@ CONFIGURE_ARGS+= --with-mutex=flock MAKEFILE= makefile USE_BUILDLINK2= yes +LICENSE= snert-license +RESTRICTED= "Redistribution not permitted" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + INCDIR= ${WRKSRC}/../../include LIBDIR= ${WRKSRC}/../../lib |