summaryrefslogtreecommitdiff
path: root/x11/lxqt-runner/Makefile
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-08-24 14:28:39 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-08-24 14:28:39 +0000
commit6b79ba19470c44a210f7cec3be63b395b71939c3 (patch)
treea93349ccabe0555d1a5d2c17c8f4b2c6464da58c /x11/lxqt-runner/Makefile
parentUpdate calibre to 3.30.0 (diff)
New port x11/lxqt-runner
PR: 229285 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16871
Notes
Notes: svn path=/head/; revision=477963
Diffstat (limited to 'x11/lxqt-runner/Makefile')
-rw-r--r--x11/lxqt-runner/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile
new file mode 100644
index 000000000000..2680e45fa75a
--- /dev/null
+++ b/x11/lxqt-runner/Makefile
@@ -0,0 +1,29 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME= lxqt-runner
+PORTVERSION= 0.13.0
+CATEGORIES= x11
+MASTER_SITES= LXQT
+
+MAINTAINER= jsm@FreeBSD.org
+COMMENT= LXQt tool used to launch programs quickly
+
+LICENSE= LGPL21+
+
+LIB_DEPENDS= libmuparser.so:math/muparser
+
+USES= cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
+ localbase lxqt pkgconfig tar:xz
+USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
+ script svg widgets x11extras xml
+USE_KDE= windowsystem
+USE_GNOME= glib20
+USE_LXQT= buildtools globalkeys qtxdg
+
+CMAKE_ARGS= -DRUNNER_VBOX:BOOL=OFF
+
+PLIST_FILES= bin/lxqt-runner \
+ etc/xdg/autostart/lxqt-runner.desktop
+
+.include <bsd.port.mk>