diff options
author | fluffy <fluffy@FreeBSD.org> | 2009-12-22 00:45:13 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2009-12-22 00:45:13 +0800 |
commit | 23dfb763cd92ceaaf8cbc9f47956b8f40c29e1c3 (patch) | |
tree | bffe1c66fc94d614ea64e360ab93477289e092f3 /chinese/calligra-l10n-zh_CN/Makefile | |
parent | f93cc9ef7d298805804e9d6316b81b01266be0fc (diff) | |
download | freebsd-ports-gnome-23dfb763cd92ceaaf8cbc9f47956b8f40c29e1c3.tar.gz freebsd-ports-gnome-23dfb763cd92ceaaf8cbc9f47956b8f40c29e1c3.tar.zst freebsd-ports-gnome-23dfb763cd92ceaaf8cbc9f47956b8f40c29e1c3.zip |
The KDE FreeBSD team is proud to announce the release of KOffice2 suite for FreeBSD. The official KOffice 2.1.0 notes can be found here
(http://www.koffice.org/news/koffice-2-1-released/)
We'd like to say thanks to all helpers, testers and submitters.
Happy Installing.
Approved by: miwi (mentor)
Diffstat (limited to 'chinese/calligra-l10n-zh_CN/Makefile')
-rw-r--r-- | chinese/calligra-l10n-zh_CN/Makefile | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/chinese/calligra-l10n-zh_CN/Makefile b/chinese/calligra-l10n-zh_CN/Makefile index 922b10c099d2..34e6794c4350 100644 --- a/chinese/calligra-l10n-zh_CN/Makefile +++ b/chinese/calligra-l10n-zh_CN/Makefile @@ -1,30 +1,18 @@ -# New ports collection makefile for: koffice-i18n-zh_CN -# Date created: 21 January 2004 -# Whom: Brad Davis <so14k@so14k.com> +# New ports collection makefile for: koffice-kde4-l10n-zh_CN +# Date created: 28 November 2009 +# Whom: Dima Panov <fluffy@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= koffice-i18n -PORTVERSION= 1.6.3 -PORTREVISION= 1 -CATEGORIES?= chinese kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src/koffice-l10n -PKGNAMEPREFIX= zh_CN- -DIST_SUBDIR= KDE +PORTNAME= koffice-l10n +PORTVERSION= ${KOFFICE2_VERSION} +CATEGORIES?= chinese editors kde MAINTAINER= kde@FreeBSD.org -COMMENT= Simplified Chinese messages and documentation for koffice +COMMENT= Simplified Chinese messages and documentation for KOffice2 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +KOFFICE2_L10N= zh_CN +.include "${.CURDIR}/../../editors/koffice-kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |