opnsense-ports/sysutils/libsysstat/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02:00

23 lines
480 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= libsysstat
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LXQT/${PORTNAME}
MAINTAINER= jsm@FreeBSD.org
COMMENT= Library used to query system info and statistics
LICENSE= LGPL21
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>