diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
commit | 4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08 (patch) | |
tree | db3c1cc1231d3aef48831d470847f62ba1858521 /misc/kde4-l10n-bg/Makefile | |
parent | d97d7e91b2c078b87375499ca4591297c54f5d50 (diff) | |
download | freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.gz freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.zst freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.zip |
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!
Diffstat (limited to 'misc/kde4-l10n-bg/Makefile')
-rw-r--r-- | misc/kde4-l10n-bg/Makefile | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/misc/kde4-l10n-bg/Makefile b/misc/kde4-l10n-bg/Makefile index 4c3f95343306..4db72801207d 100644 --- a/misc/kde4-l10n-bg/Makefile +++ b/misc/kde4-l10n-bg/Makefile @@ -1,29 +1,21 @@ -# New ports collection makefile for: kde3-i18n-bg -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> +# New ports collection makefile for: kde4-l10n-bg +# Date created: 29 July 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= bg- -DIST_SUBDIR= KDE +PORTNAME= kde-l10n-bg +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Bulgarian messages and documentation for KDE3 +COMMENT= Bulgarian messages and documentation for KDE4 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +KDE4_L10N= yes -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +post-extract: + ${MKDIR} ${WRKSRC}/build +.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |