This does not include NetworkManager and ModemManager bindings, for obvious reasons. But there is the Bluez-Qt binding included, which acts as a stub, allowing KDE stuff relying on it to compile. Also, we ship outdated version of Baloo, because newer versions rely on the MDB library which we don't have - and won't have until UBC is fixed. Input from many, tested by kirby@ and awolk@, final okay awolk@ - thanks!
26 lines
692 B
Makefile
26 lines
692 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2016/05/26 23:58:57 zhuk Exp $
|
|
|
|
CATEGORIES += devel devel/kf5
|
|
|
|
VERSION ?= ${MODKF5_VERSION}
|
|
MAINTAINER ?= KDE porting team <openbsd-kde@googlegroups.com>
|
|
HOMEPAGE ?= https://projects.kde.org/projects/frameworks/${DISTNAME:C/-[0-9].*//}
|
|
|
|
# usual KDE rules:
|
|
# LGPLv2.1+, GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
CONFIGURE_STYLE = cmake
|
|
MODULES := devel/kf5 ${MODULES}
|
|
|
|
IS_PORTING_AID ?= No
|
|
.if ${IS_PORTING_AID:L} == "yes"
|
|
MASTER_SITES ?= ${MASTER_SITE_KDE:=stable/frameworks/${VERSION:R}/portingAids/}
|
|
.else
|
|
MASTER_SITES ?= ${MASTER_SITE_KDE:=stable/frameworks/${VERSION:R}/}
|
|
.endif
|
|
|
|
CONFIGURE_ARGS += -DCMAKE_POLICY_DEFAULT_CMP0048=OLD
|
|
|
|
DIST_SUBDIR = kde
|