- Update x11/screengrab to 3.1.0 - Update editors/featherpad to 1.6.2 - Add xdg-desktop-portal like RUN_DEPENDS to xdg-desktop-portal-lxqt [1] ChangeLog at: https://lxqt-project.org/release/2025/11/05/release-lxqt-2-3-0/ With hat: lxqt PR: 290488 Reported by: Siva Mahadevan <me at svmhdvn.name> [1]
23 lines
494 B
Makefile
23 lines
494 B
Makefile
PORTNAME= libsysstat
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
PKGNAMESUFFIX= -qt6
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= Library used to query system info and statistics ported to qt6
|
|
WWW= https://lxqt-project.org
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++20-lang lxqt:2 pkgconfig tar:xz qt:6
|
|
USE_QT= base:run tools:build
|
|
USE_LDCONFIG= yes
|
|
USE_LXQT= buildtools2
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/config.h.in ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|