summaryrefslogtreecommitdiff
path: root/net/ssync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ssync/Makefile')
-rw-r--r--net/ssync/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ssync/Makefile b/net/ssync/Makefile
new file mode 100644
index 00000000000..d9634ffaced
--- /dev/null
+++ b/net/ssync/Makefile
@@ -0,0 +1,19 @@
+# $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"