1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11/rsibreak/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

29 lines
655 B
Makefile

# New ports collection makefile for: RSIBreak
# Date created: 15 Mar 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rsibreak
PORTVERSION= 0.8.0
PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= http://www.rsibreak.org/images/e/e0/
DISTFILES= Rsibreak-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= ale@FreeBSD.org
COMMENT= A KDE RSI prevention tool
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \
${WRKSRC}/rsibreak/Makefile.in ${WRKSRC}/rsibreak/src/Makefile.in
.include <bsd.port.mk>