1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/liblxqt/Makefile
Tobias C. Berner 552ed27ec1 sysutils/polkit-qt,sysutils/polkit-qt-1-devel: unify and flavorize
This updates sysutils/polkit-qt to the 0.200 release and removes the
development version port polkit-qt-1-devel. The new version is now
flavorized to support both Qt5 and Qt6.
2024-03-02 00:54:13 +01:00

25 lines
586 B
Makefile

PORTNAME= liblxqt
PORTVERSION= 1.3.0
CATEGORIES= devel
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= Shared library for LXQt applications
WWW= https://github.com/lxqt/liblxqt
LICENSE= LGPL21+
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
USES= cmake compiler:c++14-lang gettext gnome kde:5 lxqt \
pkgconfig qt:5 tar:xz xorg
USE_GNOME= glib20
USE_QT= buildtools:build qmake:build dbus core gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
USE_LXQT= buildtools qtxdg
USE_XORG= x11 xscrnsaver
USE_LDCONFIG= yes
.include <bsd.port.mk>