aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dar/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-03 19:53:09 +0800
committerpav <pav@FreeBSD.org>2004-01-03 19:53:09 +0800
commit63e157e07da1e336b2ecae840c26242ff6573e37 (patch)
tree1427f5d5cd0aee67b9ccf53217873a14fd37a713 /sysutils/dar/Makefile
parent2d4d9c6637efefb918d9b90bfffd551cc53586a8 (diff)
downloadfreebsd-ports-graphics-63e157e07da1e336b2ecae840c26242ff6573e37.tar.gz
freebsd-ports-graphics-63e157e07da1e336b2ecae840c26242ff6573e37.tar.zst
freebsd-ports-graphics-63e157e07da1e336b2ecae840c26242ff6573e37.zip
Add dar, a command-line backup tool, that uses compression,
makes differential or full backups, which can be split over several files or disks. Dar saves *all* UNIX inode types, hard links, as well as Extended Attributes. And many other features ... PR: ports/60846 Submitted by: Edson Brandi <ebrandi@fugspbr.org>
Diffstat (limited to 'sysutils/dar/Makefile')
-rw-r--r--sysutils/dar/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile
new file mode 100644
index 00000000000..25617b8b6bc
--- /dev/null
+++ b/sysutils/dar/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: dar
+# Date created: 3 January 2004
+# Whom: Edson Brandi <ebrandi@fugspbr.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dar
+PORTVERSION= 2.0.3
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ebrandi@fugspbr.org
+COMMENT= DAR is a full featured command-line backup tool, aimed for disks
+
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1
+
+.include <bsd.port.mk>