2008-08-09 18:52:28 +02:00
|
|
|
# New ports collection Makefile for: kdeutils
|
|
|
|
# Date created: 2008-01-31
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
1997-11-02 01:05:06 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-11-02 01:05:06 +01:00
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= kdeutils
|
2008-08-09 18:52:28 +02:00
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
2011-02-25 02:32:17 +01:00
|
|
|
PORTREVISION= 2
|
2008-08-09 18:52:28 +02:00
|
|
|
CATEGORIES= misc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 21:23:45 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
2001-09-10 22:22:28 +02:00
|
|
|
DIST_SUBDIR= KDE
|
1997-11-02 01:05:06 +01:00
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Utilities for the KDE4 integrated X11 Desktop
|
2004-02-05 15:20:55 +01:00
|
|
|
|
2010-09-02 23:06:27 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
|
2010-04-19 12:43:42 +02:00
|
|
|
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
2009-08-10 13:47:36 +02:00
|
|
|
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
|
|
|
|
qca.2:${PORTSDIR}/devel/qca
|
2009-05-09 21:38:16 +02:00
|
|
|
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
|
2004-02-05 15:20:55 +01:00
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
LATEST_LINK= ${PORTNAME}4
|
2003-01-28 19:36:58 +01:00
|
|
|
|
1999-02-28 22:48:09 +01:00
|
|
|
USE_BZIP2= yes
|
2008-08-09 18:52:28 +02:00
|
|
|
USE_QT_VER= 4
|
2009-08-04 23:14:07 +02:00
|
|
|
USE_PYTHON= 2.5+
|
2009-05-09 21:38:16 +02:00
|
|
|
KDE4_BUILDENV= yes
|
2010-09-02 23:06:27 +02:00
|
|
|
USE_KDE4= kdeprefix kdehier automoc4 sharedmime \
|
|
|
|
kdelibs pimlibs workspace kdebase
|
2009-01-14 00:16:38 +01:00
|
|
|
QT_COMPONENTS= network gui porting xml \
|
|
|
|
qmake_build moc_build rcc_build uic_build
|
2009-08-04 23:14:07 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2004-11-08 01:34:12 +01:00
|
|
|
|
The KDE FreeBSD team is proud to announce the release of KDE 4.2.0
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
2009-02-08 21:23:45 +01:00
|
|
|
MAN1= ark.1
|
|
|
|
|
2010-09-02 23:06:27 +02:00
|
|
|
OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \
|
|
|
|
PRINTER_APPLET "Install printer system tray utility" off \
|
|
|
|
RAR "Support for RAR archives in Ark" off \
|
|
|
|
ZIP "Support for ZIP archives in Ark" off
|
2009-05-15 20:01:54 +02:00
|
|
|
|
2010-05-11 16:21:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2010-09-02 23:06:27 +02:00
|
|
|
.ifdef(WITH_7ZIP)
|
|
|
|
RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef(WITH_PRINTER_APPLET)
|
|
|
|
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.ifdef(WITH_ZIP)
|
|
|
|
RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \
|
|
|
|
zip:${PORTSDIR}/archivers/zip
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-05-21 18:22:40 +02:00
|
|
|
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
|
2010-11-09 19:58:25 +01:00
|
|
|
LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
|
2010-05-11 16:21:05 +02:00
|
|
|
.endif
|
2009-05-15 20:01:54 +02:00
|
|
|
|
2010-09-02 23:06:27 +02:00
|
|
|
.ifdef(WITH_RAR)
|
2011-01-15 11:38:43 +01:00
|
|
|
RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar
|
2010-09-02 23:06:27 +02:00
|
|
|
.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64"
|
|
|
|
INSTALL_RAR= YES
|
|
|
|
.elif ${ARCH} == "amd64"
|
|
|
|
.ifndef(HAVE_COMPAT_IA32_KERN)
|
|
|
|
HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi
|
|
|
|
.endif
|
|
|
|
.if ${HAVE_COMPAT_IA32_KERN} == "YES"
|
|
|
|
INSTALL_RAR= YES
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
.ifdef(INSTALL_RAR)
|
|
|
|
RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar
|
|
|
|
.endif
|
2009-05-15 20:01:54 +02:00
|
|
|
.endif
|
|
|
|
|
2009-05-09 21:38:16 +02:00
|
|
|
post-patch:
|
2010-09-02 23:06:27 +02:00
|
|
|
# Disable printer-applet, it comes with print/kdeutils4-printer-applet.
|
2009-05-09 21:38:16 +02:00
|
|
|
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
|
2009-08-10 13:47:36 +02:00
|
|
|
${PATCH_WRKSRC}/CMakeLists.txt
|
2009-05-09 21:38:16 +02:00
|
|
|
|
2010-09-02 23:06:27 +02:00
|
|
|
.include <bsd.port.post.mk>
|