13 lines
271 B
Makefile
13 lines
271 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2016/05/26 23:58:58 zhuk Exp $
|
||
|
|
||
|
COMMENT = KDE item models extending the Qt model-view framework
|
||
|
DISTNAME = kitemmodels-${VERSION}
|
||
|
|
||
|
SHARED_LIBS = KF5ItemModels 0.0
|
||
|
|
||
|
WANTLIB = Qt5Core m
|
||
|
|
||
|
TEST_IS_INTERACTIVE = X11
|
||
|
|
||
|
.include <bsd.port.mk>
|