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

PORTNAME=	kremotecontrol
PORTVERSION=	${KDE4_VERSION}
PORTREVISION=	1
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 kdehier 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>