090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
527 B
Makefile
26 lines
527 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= 2
|
|
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>
|