pkgsrc-wip/kde4/Makefile.kde4
2009-01-10 09:07:46 +00:00

27 lines
782 B
Makefile

# $NetBSD: Makefile.kde4,v 1.14 2009/01/10 09:07:46 mwdavies Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# KDE4-distributed packages (they all share common configure and build
# settings).
CATEGORIES+= kde
_KDE_VERSION= 4.1.85
MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=../unstable/4.1.85/src/kde-l10n/}
MASTER_SITES?= ${MASTER_SITE_KDE:=../unstable/4.1.85/src/}
EXTRACT_SUFX?= .tar.bz2
PKGNAME?= ${DISTNAME:S/-4/4-4/}
MAINTAINER?= markd@NetBSD.org
HOMEPAGE?= http://www.kde.org/
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
USE_TOOLS+= pkg-config perl
USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
pre-configure:
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
${MKDIR} ${WRKSRC}/_KDE_build