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
22 lines
494 B
Makefile
22 lines
494 B
Makefile
PORTNAME= libsysstat
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
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++17-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>
|