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

PORTNAME=   kremotecontrol
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= comms kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

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

RUN_DEPENDS=    lircd:${PORTSDIR}/comms/lirc

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

.include <bsd.port.mk>