summaryrefslogtreecommitdiff
path: root/sysutils/keep/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-04-18 20:21:50 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-04-18 20:21:50 +0000
commitdd7c40a3ffc4c669c20fa6e992ae1641f9b61841 (patch)
treeb6d9a2bf36a52ee828846ed3ef1a6fbb32bd89ba /sysutils/keep/Makefile
parentAdd OPTIONS support. (diff)
Keep is a backup system for KDE. The behavior is quite simple: you choose the
files you want to backup, you set up the frequency and the number of backup you want to have, and Keep will backup them automatically. WWW: http://jr.falleri.free.fr/keep/ PR: ports/111324 Submitted by: Daniel W. Steinbrook
Notes
Notes: svn path=/head/; revision=190303
Diffstat (limited to 'sysutils/keep/Makefile')
-rw-r--r--sysutils/keep/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/keep/Makefile b/sysutils/keep/Makefile
new file mode 100644
index 000000000000..4b0b867c3eb4
--- /dev/null
+++ b/sysutils/keep/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: keep
+# Date created: 26 March 2007
+# Whom: Daniel W. Steinbrook
+#
+# $FreeBSD$
+#
+
+PORTNAME= keep
+PORTVERSION= 0.4.0
+CATEGORIES= sysutils kde
+MASTER_SITES= http://jr.falleri.free.fr/files/devel/keep/
+
+MAINTAINER= dsteinbrook@gmail.com
+COMMENT= A backup system for KDE
+
+RUN_DEPENDS= rdiff-backup:${PORTSDIR}/sysutils/rdiff-backup
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_KDELIBS_VER=3
+USE_AUTOTOOLS= libtool:15
+INSTALLS_ICONS= yes
+USE_GETTEXT= yes
+
+.include <bsd.port.mk>