ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
21 lines
484 B
Makefile
21 lines
484 B
Makefile
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>
|