aboutsummaryrefslogtreecommitdiffstats
path: root/comms/kremotecontrol/Makefile
blob: a1588fcacd9b7728edfec089ef301ddae2f18466 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   kremotecontrol
PORTVERSION=    ${KDE4_VERSION}
PORTREVISION=   1
CATEGORIES= comms kde kde-kde4

MAINTAINER= kde@FreeBSD.org
COMMENT=    KDE frontend for your remote controls

RUN_DEPENDS=    lircd:comms/lirc

USES=       cmake:outsource kde:4 tar:xz
USE_KDE=    automoc4 kdelibs
USE_QT4=    corelib script xmlpatterns \
        qmake_build moc_build rcc_build uic_build
USE_LDCONFIG=   yes

.include <bsd.port.mk>