freebsd-ports/x11/rsibreak-kde4/Makefile
Max Brazhnikov 78819d7021 Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago).
2012-03-07 14:57:01 +00:00

27 lines
560 B
Makefile

# New ports collection makefile for: RSIBreak
# Date created: 15 Mar 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rsibreak
DISTVERSION= 0.11-beta1
PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= http://www.rsibreak.org/files/
MAINTAINER= avg@icyb.net.ua
COMMENT= A KDE RSI prevention tool
LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USE_GETTEXT= yes
USE_CMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
USE_KDE4= kdehier kdeprefix kdelibs automoc4
INSTALLS_ICONS= yes
.include <bsd.port.mk>