aboutsummaryrefslogtreecommitdiffstats
path: root/misc/afbackup-client
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-10-03 00:29:20 +0800
committertobez <tobez@FreeBSD.org>2001-10-03 00:29:20 +0800
commita2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd (patch)
tree835c0c402394c7ea970d0028bedd25f5096283b1 /misc/afbackup-client
parente8beafb40c46d98046632a1238a502c366e75b32 (diff)
downloadfreebsd-ports-graphics-a2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd.tar.gz
freebsd-ports-graphics-a2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd.tar.zst
freebsd-ports-graphics-a2a1d6370b00d79ae3ab8c7b666d71dd3a17a8fd.zip
Add afbackup-client, a client portion of AF's backup system.
Submitted by: Vadim Belman <voland@catpipe.net>
Diffstat (limited to 'misc/afbackup-client')
-rw-r--r--misc/afbackup-client/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/afbackup-client/Makefile b/misc/afbackup-client/Makefile
new file mode 100644
index 00000000000..079a34db4bc
--- /dev/null
+++ b/misc/afbackup-client/Makefile
@@ -0,0 +1,15 @@
+# ports collection makefile for: afbackup-client
+# Date created: 21 Sep 2001
+# Whom: Vadim Belman <voland@catpipe.net>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -client
+
+WITHOUT_SERVER= yes
+
+MASTERDIR= ${.CURDIR}/../afbackup
+
+.include "${MASTERDIR}/Makefile"
+