freebsd-ports/sysutils/lxqt-qtplugin/Makefile
2022-04-30 11:12:22 +02:00

29 lines
660 B
Makefile

# Created by: Olivier Duchateau
PORTNAME= lxqt-qtplugin
PORTVERSION= 1.1.0
CATEGORIES= sysutils
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= LXQt system integration plugin for Qt
LICENSE= LGPL21+
LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt \
libexif.so:graphics/libexif
USES= cmake compiler:c++14-lang gnome kde:5 lxqt pkgconfig tar:xz qt:5 \
gettext-runtime xorg
USE_XORG=xcb
USE_GNOME=glib20
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
x11extras xml
USE_KDE= windowsystem
USE_LXQT= buildtools qtxdg libfmqt
USE_LDCONFIG= yes
PLIST_FILES= ${QT_PLUGINDIR}/platformthemes/libqtlxqt.so
.include <bsd.port.mk>