20 lines
437 B
Makefile
20 lines
437 B
Makefile
COMMENT = KDE item models extending the Qt model-view framework
|
|
DISTNAME = kitemmodels-${VERSION}
|
|
|
|
SHARED_LIBS = KF5ItemModels 6.1
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml m
|
|
|
|
BUILD_DEPENDS = x11/qt5/qtquickcontrols \
|
|
x11/qt5/qtscript
|
|
|
|
RUN_DEPENDS = x11/qt5/qtquickcontrols \
|
|
x11/qt5/qtscript
|
|
|
|
LIB_DEPENDS = x11/qt5/qtdeclarative
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|