blob: 561c86a7186563035d3507d45a49a233abc289f3 (
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
DISTVERSION= 0.11
PORTREVISION= 3
CATEGORIES= x11 kde
MASTER_SITES= LOCAL/crees/${PORTNAME} \
http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/
MAINTAINER= avg@icyb.net.ua
COMMENT= KDE RSI prevention tool
LATEST_LINK= ${PORTNAME}-kde4
USES= cmake gettext tar:bzip2
USE_QT4= qmake_build moc_build rcc_build uic_build
USE_KDE4= kdeprefix kdelibs automoc4
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|