aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libsysstat/Makefile
blob: 743be88f74c95386b87ebbdc72735d15d1a9907d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libsysstat
PORTVERSION=	0.4.6
CATEGORIES=	sysutils
MASTER_SITES=	LXQT/${PORTNAME}

MAINTAINER=	jsm@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++11-lang lxqt 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>