ports/devel/libdbusmenu-lxqt/Makefile
Jose Alonso Cardenas Marquez 55f09ad6fc
x11-wm/lxqt: Update to 2.1.0
This release add initial support for wayland. More information at:

https://github.com/lxqt/lxqt/wiki/ConfigWaylandSettings

Release highlights at:

https://lxqt-project.org/release/2024/11/05/release-lxqt-2-1-0/

With hat:       lxqt
2024-11-08 21:24:44 -08:00

31 lines
724 B
Makefile

PORTNAME= libdbusmenu-lxqt
PORTVERSION= 0.2.0
CATEGORIES= devel
MASTER_SITE= LXQT/${PORTNAME}
MAINTAINER= lxqt@FreeBSD.org
COMMENT= Qt6 implementation of the DBusMenu protocol
WWW= https://github.com/lxqt/libdbusmenu-lxqt
LICENSE= LGPL20
USES= compiler:c++17-lang cmake lxqt:2 qt:6 tar:xz
USE_LDCONFIG= yes
USE_QT= base
OPTIONS_DEFINE= DOXYGEN
OPTIONS_SUB= YES
DOXYGEN_DESC= Build documentation (requires doxygen)
DOXYGEN_CMAKE_BOOL= WITH_DOC
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
. if defined(PACKAGE_BUILDING)
OPTIONS_DEFAULT+= DOXYGEN
. endif
post-patch:
@${REINPLACE_CMD} -e '/add_subdirectory(tests)/ d' \
-e '/add_subdirectory(tools)/ d' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>