diff options
author | markd <markd@pkgsrc.org> | 2005-12-11 12:36:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-12-11 12:36:14 +0000 |
commit | 73e577508fdfcf69fb8fa2c282eaef7f7c97314c (patch) | |
tree | 868c272b6fd1b496779cb6aee375f6907ee87f22 /x11/kde3-i18n-fa/Makefile | |
parent | 7f3b2ebde944ea754a56f0565cae42acac8c295e (diff) | |
download | pkgsrc-73e577508fdfcf69fb8fa2c282eaef7f7c97314c.tar.gz |
Update to KDE 3.5
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
Diffstat (limited to 'x11/kde3-i18n-fa/Makefile')
-rw-r--r-- | x11/kde3-i18n-fa/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kde3-i18n-fa/Makefile b/x11/kde3-i18n-fa/Makefile new file mode 100644 index 00000000000..3e752528ee3 --- /dev/null +++ b/x11/kde3-i18n-fa/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.19 2005/12/11 12:36:15 markd Exp $ + +DISTNAME= kde-i18n-fa-${_KDE_VERSION} +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITES_KDE:=kde-i18n/} + +COMMENT= Language bindings for the KDE desktop + +.include "../../meta-pkgs/kde3/Makefile.kde3" + +BUILD_USES_MSGFMT= yes + +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |