A few tweaks are coming, but things should build at least for now. Most work done from Rafael Sadowski, thanks!
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/12/25 14:54:48 zhuk Exp $
|
|
|
|
COMMENT = KDE configuration system
|
|
DISTNAME = kconfig-${VERSION}
|
|
|
|
SHARED_LIBS = KF5ConfigCore 1.0
|
|
SHARED_LIBS += KF5ConfigGui 1.0
|
|
|
|
WANTLIB = Qt5Core Qt5Gui Qt5Xml c m
|
|
|
|
# for tests
|
|
PORTHOME = ${WRKDIR}
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|