diff options
author | markd <markd> | 2005-12-11 12:36:14 +0000 |
---|---|---|
committer | markd <markd> | 2005-12-11 12:36:14 +0000 |
commit | 390b10a3352c1d31ab9c2057dad1191ed3fbfd6d (patch) | |
tree | 868c272b6fd1b496779cb6aee375f6907ee87f22 /x11/kde3-i18n-ss/Makefile | |
parent | b16532dfc768315d836c886f6f93359ac83a2999 (diff) | |
download | pkgsrc-390b10a3352c1d31ab9c2057dad1191ed3fbfd6d.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-ss/Makefile')
-rw-r--r-- | x11/kde3-i18n-ss/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kde3-i18n-ss/Makefile b/x11/kde3-i18n-ss/Makefile new file mode 100644 index 00000000000..908f864d9d0 --- /dev/null +++ b/x11/kde3-i18n-ss/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.7 2005/12/11 12:36:23 markd Exp $ + +DISTNAME= kde-i18n-ss-${_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" |