mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
34 lines
924 B
Makefile
34 lines
924 B
Makefile
# $NetBSD: Makefile.kde4,v 1.23 2014/02/01 11:08:22 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
|
|
_KDE_VERSION= 4.11.5
|
|
MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=4.11.5/src/kde-l10n/}
|
|
MASTER_SITES?= ${MASTER_SITE_KDE:=4.11.5/src/}
|
|
EXTRACT_SUFX?= .tar.xz
|
|
EXTRACT_USING= gtar
|
|
|
|
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.8.12:../../devel/cmake
|
|
|
|
USE_TOOLS+= pkg-config perl
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
CMAKE_ARG_PATH= ..
|
|
CONFIGURE_DIRS= _KDE_build
|
|
|
|
# eventually allow CMAKE_BUILD_TYPE to be overridden
|
|
# set for current default
|
|
TARGET_NAME= relwithdebinfo
|
|
PLIST_SUBST+= TARGET=${TARGET_NAME}
|
|
|
|
pre-configure:
|
|
${MKDIR} ${WRKSRC}/_KDE_build
|