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 | e027749bdbe96480ac8bd3c8e73e1f2b34063511 (patch) | |
tree | 868c272b6fd1b496779cb6aee375f6907ee87f22 /x11/kde3-i18n-lv/Makefile | |
parent | c00f0457290a0df9a3f7df4404fc1a22e2372c88 (diff) | |
download | pkgsrc-e027749bdbe96480ac8bd3c8e73e1f2b34063511.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-lv/Makefile')
-rw-r--r-- | x11/kde3-i18n-lv/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kde3-i18n-lv/Makefile b/x11/kde3-i18n-lv/Makefile new file mode 100644 index 00000000000..7d5bae7d048 --- /dev/null +++ b/x11/kde3-i18n-lv/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2005/12/11 12:36:20 markd Exp $ + +DISTNAME= kde-i18n-ms-${_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" |