freebsd-ports/misc/kde4-xdg-env/Makefile
Martin Wilke 568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00

35 lines
656 B
Makefile

# New ports collection makefile for: kde4-xdg-env
# Date created: 2008-06-30
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= xdg
PORTVERSION= 1.0
CATEGORIES= misc kde
MASTER_SITES= # none
PKGNAMEPREFIX= kde4-
PKGNAMESUFFIX= -env
DISTNAME= # none
EXTRACT_SUFX= # none
MAINTAINER= kde@FreeBSD.org
COMMENT= Script which hooks into startkde and helps KDE pick up XDG apps/menus
USE_KDE4= kdeprefix
SUB_LIST+= KDE4_PREFIX=${KDE4_PREFIX}
NO_BUILD= yes
SUB_FILES= xdg-env.sh
PLIST_FILES= env/xdg-env.sh
PLIST_DIRS= env
do-install:
${MKDIR} ${PREFIX}/env
${INSTALL_SCRIPT} ${WRKDIR}/xdg-env.sh ${PREFIX}/env
.include <bsd.port.mk>