summaryrefslogtreecommitdiff
path: root/sysutils/libsysstat/Makefile
blob: f14448d4a92d94045d3588d88c85c7dc308e808c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	libsysstat
PORTVERSION=	0.4.1
CATEGORIES=	sysutils
MASTER_SITES=	LXQT/${PORTNAME}

MAINTAINER=	jsm@FreeBSD.org
COMMENT=	Library used to query system info and statistics

LICENSE=	LGPL21

USES=	cmake:outsource compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
USE_QT=	qmake_build buildtools_build core
USE_LXQT=	buildtools

post-extract:
	@${CP} ${FILESDIR}/config.h.in ${WRKSRC};

.include <bsd.port.mk>