summaryrefslogtreecommitdiff
path: root/sysutils/libsysstat-qt6/Makefile
blob: 4796317c5e0639f722735b6b8b54d2105d09bb7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	libsysstat
PORTVERSION=	1.1.0
PORTREVISION=	2
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>