diff options
author | agc <agc@pkgsrc.org> | 1998-04-24 16:12:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-24 16:12:12 +0000 |
commit | 9b5728684bf91b72e2a5058766017e6f230188be (patch) | |
tree | 451e0927b0db9225008fb84da6f0fa35a019ab3a /net/rdist6/Makefile | |
parent | b057e3e164b4f7d9030254fa72f7378817299374 (diff) | |
download | pkgsrc-9b5728684bf91b72e2a5058766017e6f230188be.tar.gz |
Addition of rdist-6.1.4, a remote file sync-ing utility, with support
for ssh transfers, into the NetBSD packages collection. The NetBSD
modifications were by Herb Peyerl, with some munging by me to use
mkstemp() in one place, and other minor formatting. The client binary
is called rdist6 to distinguish it from the system one.
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r-- | net/rdist6/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile new file mode 100644 index 00000000000..91837c2b86f --- /dev/null +++ b/net/rdist6/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 1998/04/24 16:12:12 agc Exp $ +# + +DISTNAME= rdist-6.1.4 +CATEGORIES= net +MASTER_SITES= http://www.MagniComp.com/download/rdist/ + +MAINTAINER= packages@netbsd.org + +RDIST6_NAME= rdist6 + +INSTALL_TARGET= install install.man +MAKE_ENV+= RDIST6_NAME=${RDIST6_NAME} +MAN1= ${RDIST6_NAME}.1 +MAN8= rdistd.8 + +post-install: + @strip ${PREFIX}/bin/${RDIST6_NAME} + @strip ${PREFIX}/bin/rdistd + +.include "../../mk/bsd.pkg.mk" |