summaryrefslogtreecommitdiff
path: root/x11/kdebase-runtime4/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2012-03-19 19:44:01 +0000
committermarkd <markd@pkgsrc.org>2012-03-19 19:44:01 +0000
commitfd2016aa624c4b28a89f5c701d477656765c748a (patch)
tree82e0640b43ad37aeca70fc0e0a0799a6ce4c1bdc /x11/kdebase-runtime4/Makefile
parent02cec6f4e9d29fba4bcfe2d1d425378fe284699b (diff)
downloadpkgsrc-fd2016aa624c4b28a89f5c701d477656765c748a.tar.gz
Update to KDE SC 4.8.0
add kactivities rename kdebase4 -> kde-baseapps4 rename kdebase-runtime4 -> kde-runtime4 rename kdebase-workspace4 -> kde-workspace4 rename kdebindings4-python -> py-kde4
Diffstat (limited to 'x11/kdebase-runtime4/Makefile')
-rw-r--r--x11/kdebase-runtime4/Makefile58
1 files changed, 0 insertions, 58 deletions
diff --git a/x11/kdebase-runtime4/Makefile b/x11/kdebase-runtime4/Makefile
deleted file mode 100644
index dd981e86999..00000000000
--- a/x11/kdebase-runtime4/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2012/03/03 00:12:33 wiz Exp $
-
-DISTNAME= kdebase-runtime-${_KDE_VERSION}
-PKGREVISION= 7
-CATEGORIES= x11
-COMMENT= Runtime requirements for the KDE integrated X11 desktop
-
-.include "../../meta-pkgs/kde4/Makefile.kde4"
-
-# BUILD_MAKE_FLAGS+= VERBOSE=1
-CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=off
-CMAKE_ARGS+= -DLIBLZMA_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.xz}/include
-CMAKE_ARGS+= -DLIBLZMA_LIBRARY:FILEPATH=${BUILDLINK_PREFIX.xz}/lib/liblzma.so
-
-DEPENDS+= htdig>=3.2.0:../../www/htdig
-DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons
-
-USE_TOOLS+= gmake
-
-.include "options.mk"
-
-SUBST_CLASSES+= htdig paths
-SUBST_STAGE.htdig= post-patch
-SUBST_MESSAGE.htdig= Fix htdig paths.
-SUBST_FILES.htdig= khelpcenter/searchhandlers/khc_htsearch.pl
-SUBST_SED.htdig= -e s:/srv/www/cgi-bin:${PREFIX}/libexec/cgi-bin:
-
-SUBST_FILES.paths= kioslave/info/kde-info2html.conf
-SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g'
-SUBST_STAGE.paths= post-patch
-
-REPLACE_PERL+= \
- khelpcenter/searchhandlers/khc_docbookdig.pl.cmake \
- khelpcenter/searchhandlers/khc_htdig.pl.cmake \
- khelpcenter/searchhandlers/khc_htsearch.pl \
- khelpcenter/searchhandlers/khc_mansearch.pl \
- kioslave/info/kde-info2html
-
-CONF_FILES+= ${PREFIX}/share/examples/kdebase-runtime4/kde-information.menu \
- ${PKG_SYSCONFDIR}/xdg/menus/kde-information.menu
-CONF_FILES+= ${PREFIX}/share/examples/kde4-dbus/org.kde.kcontrol.kcmremotewidgets.conf \
- ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
-
-INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-
-.include "../../meta-pkgs/kde4/kde4.mk"
-
-.include "../../archivers/xz/buildlink3.mk"
-.include "../../graphics/exiv2/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.attica?= attica>=0.1.4
-.include "../../misc/attica/buildlink3.mk"
-.include "../../multimedia/xine-lib/buildlink3.mk"
-.include "../../net/openslp/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/kdelibs4/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"