aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/keep/Makefile
blob: 2d3cd766422bb677273d23651109e54d900908ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    keep
# Date created:             26 March 2007
# Whom:                 Daniel W. Steinbrook
#
# $FreeBSD$
#

PORTNAME=   keep
PORTVERSION=    0.4.0
PORTREVISION=   7
CATEGORIES= sysutils kde
MASTER_SITES=   http://fossies.org/unix/privat/old/

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
INSTALLS_ICONS= yes
USES=       gettext

.include <bsd.port.mk>