1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11/lxqt-runner/Makefile
Tobias C. Berner 7f390d7d58 devel/kf5-extra-cmake-modules: add as build dependency
- these ports previously got ecm through an unclean dependency
  (run_depend) from one of their dependencies.
2023-08-15 23:17:14 +02:00

28 lines
679 B
Makefile

PORTNAME= lxqt-runner
PORTVERSION= 1.3.0
CATEGORIES= x11
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= LXQt tool used to launch programs quickly
WWW= https://lxqt-project.org
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libmuparser.so:math/muparser
USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
gnome localbase lxqt perl5 pkgconfig tar:xz xorg
USE_PERL5= build
USE_QT= buildtools:build qmake:build core dbus gui linguisttools \
script svg widgets x11extras xml
USE_KDE= windowsystem \
ecm:build
USE_GNOME= glib20
USE_LXQT= buildtools globalkeys qtxdg
USE_XORG= x11
CMAKE_ARGS= -DRUNNER_VBOX:BOOL=OFF
.include <bsd.port.mk>