mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
385fcf599e
- Update mostly lxqt ports to 2.0.x - Update some lxqt dependencies to latest version - Update Mk/Uses/lxqt.mk file for support some legacy and new lxqt ports - Add devel/libdbusmenu-lxqt - Add x11/libfm-qt6 - Add devel/libqt6xdg - Add sysutils/libsysstat-qt6 - Add devel/lxqt2-build-tools - Add sysutils/lxqt-qt6plugin - Add deskutils/xdg-desktop-portal-lxqt - Add x11-toolkits/qtermwidget-qt5 for no break x11/coreterminal - Pass maintainership to new lxqt@ group - Few other modifications PR: 278905 Approved by: jsm
22 lines
487 B
Makefile
22 lines
487 B
Makefile
PORTNAME= libsysstat
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LXQT/${PORTNAME}
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= Library used to query system info and statistics
|
|
WWW= https://lxqt-project.org
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++17-lang lxqt:1 pkgconfig tar:xz qt:5
|
|
USE_QT= qmake:build buildtools:build core
|
|
USE_LXQT= buildtools
|
|
USE_LDCONFIG= yes
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/config.h.in ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|