diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-09 16:52:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-09 16:52:28 +0000 |
commit | 568f8e877fb50618d4813b943d712e3bc08fd147 (patch) | |
tree | 16eef3a555a802ca06d05606c7f2a75ccbc6a431 /misc/kde4-l10n-eo/Makefile | |
parent | bdcf355d6dedb8678255a8053a2b423f9cc7cc6c (diff) | |
download | ports-568f8e877fb50618d4813b943d712e3bc08fd147.tar.gz ports-568f8e877fb50618d4813b943d712e3bc08fd147.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!
Notes
Notes:
svn path=/head/; revision=218272
Diffstat (limited to 'misc/kde4-l10n-eo/Makefile')
-rw-r--r-- | misc/kde4-l10n-eo/Makefile | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/misc/kde4-l10n-eo/Makefile b/misc/kde4-l10n-eo/Makefile index b49da51c0177..fcfa5f13e62d 100644 --- a/misc/kde4-l10n-eo/Makefile +++ b/misc/kde4-l10n-eo/Makefile @@ -1,29 +1,21 @@ -# New ports collection makefile for: kde3-i18n-eo -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> +# New ports collection makefile for: kde4-l10n-eo +# 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= eo- -DIST_SUBDIR= KDE +PORTNAME= kde-l10n-eo +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Esperanto messages and documentation for KDE3 +COMMENT= Esperanto 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> |