diff options
author | jschauma <jschauma> | 2003-06-05 01:00:45 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-06-05 01:00:45 +0000 |
commit | 256e4d97ec7627aae21fcebd8063b83c6f8d61de (patch) | |
tree | bfd61c75b28adc8ce731d6d0aa9d01da0b362a4b /net/waste/Makefile | |
parent | 3478ac661a94423efd69c6bce5983b0c2f70dfd3 (diff) | |
download | pkgsrc-256e4d97ec7627aae21fcebd8063b83c6f8d61de.tar.gz |
Initial import of net/waste. Due to it's currently still dubious legal
status restrict distribution (src and binary). Descr:
WASTE is a software product and protocol that enables secure distributed
communication for small (on the order of 10-50 nodes) trusted groups of users.
WASTE is designed to enable small companies and small teams within larger
companies to easily communicate and collaborate in a secure and efficient
fashion, independent of physical network topology.
Diffstat (limited to 'net/waste/Makefile')
-rw-r--r-- | net/waste/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/net/waste/Makefile b/net/waste/Makefile new file mode 100644 index 00000000000..ac73c288b53 --- /dev/null +++ b/net/waste/Makefile @@ -0,0 +1,41 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $ +# + +DISTNAME= waste-source +PKGNAME= waste-1.0 +CATEGORIES= net +# AOL pulled the plug on Nullsoft +# MASTER_SITES= http://www.nullsoft.com/free/waste/ +# HOMEPAGE= http://www.nullsoft.com/free/waste/ +MASTER_SITES= http://www.dhorrocks2003.pwp.blueyonder.co.uk/ \ + http://www.blibbleblobble.co.uk/Misc/ \ + http://edwards.servehttp.com:969/waste/ \ + http://www.cleanstick.org/jon/junk/ \ + http://www.samsimpson.com/ \ + http://cyber.law.harvard.edu/blogs/gems/home/ \ + http://www.sifnt.net/ \ + ftp://ftp.wiresec.net/waste/ \ + http://slackerbitch.free.fr/waste/ + +MAINTAINER= jschauma@netbsd.org +HOMEPAGE= http://www.dhorrocks2003.pwp.blueyonder.co.uk/ +COMMENT= secure file sharing network + +WRKSRC= ${WRKDIR}/waste + +RESTRICTED= Unclear legal status: AOL claims Nullsoft did not \ + release the software at all, while others regard it as \ + licensed under the GPL + +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wastesrv ${PREFIX}/sbin/wastesrv + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/waste + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/waste + +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |