mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog at: https://lxqt-project.org/release/2025/04/17/release-lxqt-2-2-0/ With hat: lxqt
19 lines
452 B
Makefile
19 lines
452 B
Makefile
PORTNAME= lxqt2-build-tools
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LXQT/${PORTNAME:S/2//}
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= Helpers CMake modules for LXQt2
|
|
WWW= https://github.com/lxqt/lxqt-build-tools
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/BSD-3-Clause
|
|
|
|
USES= cmake lxqt:2 pkgconfig qt:6 tar:xz gnome
|
|
USE_QT= base:run tools:build
|
|
USE_GNOME= glib20
|
|
|
|
CMAKE_ARGS+= -DLXQT_ETC_XDG_DIR=${PREFIX}/etc/xdg
|
|
|
|
.include <bsd.port.mk>
|