pkgsrc/meta-pkgs/kde4/Makefile.kde4

30 lines
792 B
Text
Raw Normal View History

2012-03-19 12:06:31 +01:00
# $NetBSD: Makefile.kde4,v 1.14 2012/03/19 11:06:31 markd 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
2012-03-19 12:06:31 +01:00
_KDE_VERSION= 4.8.0
MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=4.8.0/src/kde-l10n/}
MASTER_SITES?= ${MASTER_SITE_KDE:=4.8.0/src/}
EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= markd@NetBSD.org
HOMEPAGE?= http://www.kde.org/
LICENSE?= gnu-gpl-v2 AND gnu-lgpl-v2
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
TOOLS_DEPENDS.cmake= cmake>=2.6.3:../../devel/cmake
USE_TOOLS+= pkg-config perl
USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
PKG_DESTDIR_SUPPORT= user-destdir
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build