into some sort of interchangeable subpackages. The idea is that each version of KDE being installed picks up it's own version of locale-specific package by default, and KDE4's one doesn't update to KDE3's one automatically, but can replace it on explicit pkg_add call. Most of the Makefiles are bumps needed after splitting x11/kde4/libs. This is a part of KDE3/4 deconflicting work. hardly tested by landry@ in a bulk build
22 lines
637 B
Makefile
22 lines
637 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/11/24 19:56:32 zhuk Exp $
|
|
|
|
COMMENT = general purpose flash card program for KDE
|
|
DISTNAME = kwordquiz-${MODKDE4_VERSION}
|
|
REVISION = 1
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
|
WANTLIB += lib/qt4/QtSvg lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/keduvocdocument ${KDE4LIB}/kdeui ${KDE4LIB}/kio
|
|
WANTLIB += ${KDE4LIB}/knewstuff3 ${KDE4LIB}/knotifyconfig
|
|
WANTLIB += ${KDE4LIB}/kprintutils
|
|
|
|
MODULES = multimedia/phonon
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/libkdeedu>=${MODKDE4_DEP_VERSION}
|
|
|
|
.include <bsd.port.mk>
|