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

PORTNAME=   rsibreak
PORTVERSION=    0.8.0
PORTREVISION=   7
CATEGORIES= x11 kde
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ale

MAINTAINER= ale@FreeBSD.org
COMMENT=    A KDE RSI prevention tool

PORTSCOUT=  limit:^0\.8\.

USE_BZIP2=  yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool
USE_GETTEXT=    yes
INSTALLS_ICONS= yes
USE_XORG=   xscrnsaver

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>