mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
11 lines
236 B
Makefile
11 lines
236 B
Makefile
COMMENT = KDE data plotting framework
|
|
DISTNAME = kplotting-${VERSION}
|
|
|
|
SHARED_LIBS += KF6Plotting 0.0 # 0.0
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6Widgets m
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|