diff options
author | christos <christos> | 2006-03-14 22:58:47 +0000 |
---|---|---|
committer | christos <christos> | 2006-03-14 22:58:47 +0000 |
commit | bd0d16c4bbe164f7465aeaa5cf6204ceb7c4fe0b (patch) | |
tree | bee940ab5ec89cebaade335b0cf185e1995e1887 /net/sup/Makefile | |
parent | 056cbec5c0f6186ea79912afdf5dee018a4cbd5a (diff) | |
download | pkgsrc-bd0d16c4bbe164f7465aeaa5cf6204ceb7c4fe0b.tar.gz |
add a tiny package for sup
Diffstat (limited to 'net/sup/Makefile')
-rw-r--r-- | net/sup/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile new file mode 100644 index 00000000000..50002827aee --- /dev/null +++ b/net/sup/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2006/03/14 22:58:47 christos Exp $ +# + +DISTNAME= sup-0.0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.astron.com/pub/sup/ + +MAINTAINER= christos@NetBSD.org +COMMENT= Network file distribution/synchronisation utility + +.include "../../mk/bsd.pkg.mk" |