freebsd-ports/sysutils/libsysstat/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

22 lines
462 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= libsysstat
PORTVERSION= 0.4.1
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
post-extract:
@${CP} ${FILESDIR}/config.h.in ${WRKSRC};
.include <bsd.port.mk>