bc3116b713
It is not an application, but a component which can be used by developers within applications. This is the KDE Meta Data library (not to confuse with KFileMetaData). It consists of the following parts: * The main resource handling centered around Nepomuk2::Resource; * The handling of ontologies via classes in the Nepomuk2::Types namespace; * The desktop Nepomuk2::Query API; * nepomuk_facets; * Several utility methods and classes.
19 lines
513 B
Makefile
19 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:34:03 zhuk Exp $
|
|
|
|
COMMENT = Nepomuk-based KDE Plasma widgets
|
|
DISTNAME = nepomuk-widgets-${MODKDE4_VERSION}
|
|
|
|
SHARED_LIBS = nepomukwidgets 0.0
|
|
|
|
WANTLIB = m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
|
|
WANTLIB += lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/nepomukcore
|
|
WANTLIB += soprano
|
|
|
|
MODKDE4_USE = libs
|
|
|
|
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/nepomuk-core>=${MODKDE4_DEP_VERSION}
|
|
|
|
.include <bsd.port.mk>
|