2013-04-24 06:37:15 -04:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.15 2013/04/24 10:37:15 zhuk Exp $
|
|
|
|
|
|
|
|
CATEGORIES ?= x11
|
|
|
|
MODULES += x11/kde4
|
|
|
|
|
|
|
|
MASTER_SITES ?= ${MASTER_SITE_KDE:=stable/${MODKDE4_VERSION}/src/}
|
|
|
|
DIST_SUBDIR = kde
|
|
|
|
MAINTAINER ?= KDE porting team <openbsd-kde@googlegroups.com>
|
|
|
|
|
|
|
|
.if defined(MODKDE4_USE) && ${MODKDE4_USE:Mgames}
|
|
|
|
HOMEPAGE ?= http://games.kde.org/game.php?game=${DISTNAME:C/-[0-9].*//}
|
2008-01-22 19:50:03 -05:00
|
|
|
.else
|
2013-04-24 06:37:15 -04:00
|
|
|
HOMEPAGE ?= https://projects.kde.org/projects
|
2008-01-22 19:50:03 -05:00
|
|
|
.endif
|
2007-03-22 18:24:32 -04:00
|
|
|
|
2013-04-24 06:37:15 -04:00
|
|
|
# KDE SC is mostly GPL, or LGPL/BSDL for the central libraries
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
# Do not rely on devel/cmake here: additional modules that are
|
|
|
|
# set up in ports may have, say, lang/python before devel/cmake,
|
|
|
|
# thus making lang/python evaluating first. And when lang/python
|
|
|
|
# sees empty CONFIGURE_STYLE, it forces that this is Python
|
|
|
|
# module port, and breaks build.
|
|
|
|
CONFIGURE_STYLE = cmake
|
|
|
|
|
|
|
|
MODKDE4_LIB_LINKS = Yes
|
|
|
|
|
|
|
|
MIN_AKONADI_VERSION = 1.8.53
|
|
|
|
MIN_SOPRANO_VERSION = 2.9.0
|
|
|
|
|
|
|
|
# Only needed for l10n
|
|
|
|
MODKDE4_FIX_GETTEXT ?= No
|