pkgsrc/meta-pkgs/kde4/Makefile.kde4
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

33 lines
936 B
Text

# $NetBSD: Makefile.kde4,v 1.28 2020/01/18 23:32:55 rillig 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.14.3
MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=4.14.3/src/kde-l10n/}
MASTER_SITES?= ${MASTER_SITE_KDE:=4.14.3/src/}
EXTRACT_SUFX?= .tar.xz
EXTRACT_USING= gtar
MAINTAINER?= markd@NetBSD.org
HOMEPAGE?= https://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 gnu++03
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