16e8006c3d
plugin structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to share image plugins among graphic applications. Kipi is based on the old digiKam plugins implementation and is maintained by digiKam team.
22 lines
590 B
Makefile
22 lines
590 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:28:13 zhuk Exp $
|
|
|
|
COMMENT = KDE image plugins infrastructure
|
|
DISTNAME = libkipi-${MODKDE4_VERSION}
|
|
|
|
SHARED_LIBS = kipi 2.0
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
|
WANTLIB += lib/qt4/QtSvg lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/kfile
|
|
WANTLIB += ${KDE4LIB}/kparts ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils
|
|
WANTLIB += soprano
|
|
|
|
MODKDE4_USE = libs
|
|
|
|
post-patch:
|
|
cd ${WRKSRC}; \
|
|
perl -pi -e '$$.==1 and $$_ = "/*\n"' tests/kipitestmainwindow.cpp
|
|
|
|
.include <bsd.port.mk>
|