summaryrefslogtreecommitdiff
path: root/comms/kremotecontrol-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/kremotecontrol-kde4/Makefile')
-rw-r--r--comms/kremotecontrol-kde4/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/kremotecontrol-kde4/Makefile b/comms/kremotecontrol-kde4/Makefile
new file mode 100644
index 000000000000..0e5066f8edb5
--- /dev/null
+++ b/comms/kremotecontrol-kde4/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= kremotecontrol
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 3
+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>