freebsd-ports/sysutils/keep/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

27 lines
514 B
Makefile

# 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>