aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rsibreak/Makefile
blob: 5e3f1ccc216a33b426720dcad52f971cc6a03e0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$

PORTNAME=   rsibreak
PORTVERSION=    0.12.9
CATEGORIES= x11 kde
MASTER_SITES=   KDE/stable/${PORTNAME}/${PORTVERSION:R}/

MAINTAINER= kde@FreeBSD.org
COMMENT=    KDE RSI prevention tool

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       cmake gettext kde:5 qt:5 tar:xz
USE_KDE=    auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
        iconthemes i18n idletime notifications notifyconfig \
        sonnet textwidgets xmlgui widgetsaddons windowsystem
USE_QT=     core dbus gui widgets xml buildtools_build qmake_build

.include <bsd.port.mk>