pkgsrc/net/ssync/Makefile
kim 5ecdc53bf5 Ssync invokes rsync in an intelligent manner. Usually, the ssync
command is invoked from the master distribution host.

Invoking the command without any arguments will distribute the current
working directory to all hosts in the netgroup for the platform you are
running ssync on.
1999-08-31 02:37:52 +00:00

19 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $
#
DISTNAME= ssync-1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
DEPENDS+= netname-*:../../net/netname
DEPENDS+= osname-*:../../sysutils/osname
DEPENDS+= rsync-2.3.1:../../net/rsync
DEPENDS+= srsh-*:../../net/srsh
NO_CONFIGURE= yes
ALL_TARGET= all PREFIX=${PREFIX}
INSTALL_TARGET= install PREFIX=${PREFIX}
.include "../../mk/bsd.pkg.mk"