15 lines
266 B
Makefile
15 lines
266 B
Makefile
|
COMMENT = library used to query system info and statistics
|
||
|
|
||
|
VERSION = 0.4.6
|
||
|
REVISION = 0
|
||
|
|
||
|
NAME = libsysstat
|
||
|
|
||
|
SHARED_LIBS += sysstat-qt5 0.0 # 0.4
|
||
|
|
||
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core m
|
||
|
|
||
|
BUILD_DEPENDS += x11/lxqt/build-tools
|
||
|
|
||
|
.include <bsd.port.mk>
|