2004-12-13 21:12:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
PORTNAME= kdehier4
|
2013-07-02 21:04:18 +02:00
|
|
|
PORTVERSION= 1.1.1
|
2004-12-13 21:12:15 +01:00
|
|
|
CATEGORIES= misc kde
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2013-03-27 12:55:25 +01:00
|
|
|
COMMENT= Hierarchy of shared directories for KDE 4 ports
|
2004-12-13 21:12:15 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2013-05-11 09:31:11 +02:00
|
|
|
USE_LDCONFIG= ${KDE4_PREFIX}/lib
|
|
|
|
USE_KDE4= #
|
2008-08-09 18:52:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2013-05-11 09:31:11 +02:00
|
|
|
.if ${KDE4_PREFIX} != ${PREFIX}
|
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
|
|
|
PLIST_SUB+= MTREE="" \
|
|
|
|
LDCONFIG_DIR="${LDCONFIG_DIR}" \
|
2010-09-02 23:06:27 +02:00
|
|
|
LDCONFIG32_DIR="${LDCONFIG32_DIR}"
|
|
|
|
SUB_FILES= session-kde4.conf \
|
|
|
|
system-kde4.conf
|
|
|
|
SUB_LIST= KDE4_PREFIX="${KDE4_PREFIX}"
|
2008-08-09 18:52:28 +02:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= MTREE="@comment "
|
|
|
|
.endif
|
2004-12-13 21:12:15 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@for dir in `${GREP} -v "^@comment" ${FILESDIR}/dirlist`; \
|
|
|
|
do \
|
2013-05-11 09:31:11 +02:00
|
|
|
${MKDIR} ${KDE4_PREFIX}/$${dir}; \
|
2004-12-13 21:12:15 +01:00
|
|
|
done
|
2013-05-11 09:31:11 +02:00
|
|
|
.if ${KDE4_PREFIX} != ${PREFIX}
|
2008-08-09 18:52:28 +02:00
|
|
|
@for dir in `${GREP} -v "^@comment" ${FILESDIR}/mtree-dirlist`; \
|
|
|
|
do \
|
2013-05-11 09:31:11 +02:00
|
|
|
${MKDIR} ${KDE4_PREFIX}/$${dir}; \
|
2008-08-09 18:52:28 +02:00
|
|
|
done
|
2013-05-11 09:31:11 +02:00
|
|
|
${MKDIR} ${PREFIX}/etc/dbus-1
|
|
|
|
${INSTALL_DATA} ${WRKDIR}/session-kde4.conf ${PREFIX}/etc/dbus-1
|
|
|
|
${INSTALL_DATA} ${WRKDIR}/system-kde4.conf ${PREFIX}/etc/dbus-1
|
2013-02-03 21:10:37 +01:00
|
|
|
. for dir in pam.d polkit-1 rc.d
|
2013-05-11 09:31:11 +02:00
|
|
|
${LN} -sf ${PREFIX}/etc/${dir} ${KDE4_PREFIX}/etc/
|
2013-02-03 21:10:37 +01:00
|
|
|
. endfor
|
2013-05-11 09:31:11 +02:00
|
|
|
${LN} -sf ${PREFIX}/${LDCONFIG_DIR} ${KDE4_PREFIX}/libdata/
|
|
|
|
${LN} -sf ${PREFIX}/${LDCONFIG32_DIR} ${KDE4_PREFIX}/libdata/
|
|
|
|
${LN} -sf ${PREFIX}/libdata/pkgconfig ${KDE4_PREFIX}/libdata/
|
2013-02-03 21:10:37 +01:00
|
|
|
. for dir in services system-services
|
2013-05-11 09:31:11 +02:00
|
|
|
${LN} -sf ${PREFIX}/share/dbus-1/${dir} ${KDE4_PREFIX}/share/dbus-1/
|
2013-02-03 21:10:37 +01:00
|
|
|
. endfor
|
2013-05-11 09:31:11 +02:00
|
|
|
${LN} -sf ${PREFIX}/share/polkit-1/actions ${KDE4_PREFIX}/share/polkit-1/
|
2008-08-09 18:52:28 +02:00
|
|
|
.endif
|
2004-12-13 21:12:15 +01:00
|
|
|
|
2010-09-02 23:06:27 +02:00
|
|
|
maintainer-generate-plist:
|
|
|
|
cd ${FILESDIR} && ${SH} make-plist.sh
|
|
|
|
|
2008-08-09 18:52:28 +02:00
|
|
|
.include <bsd.port.post.mk>
|