opnsense-ports/sysutils/libsysstat/Makefile
Franco Fichtner 4bf7251dc9 */*: sync with upstream
Taken from: FreeBSD
2024-06-20 13:34:26 +02:00

21 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>