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 /editors/calligra-l10n-nb/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 'editors/calligra-l10n-nb/Makefile')
-rw-r--r-- | editors/calligra-l10n-nb/Makefile | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/editors/calligra-l10n-nb/Makefile b/editors/calligra-l10n-nb/Makefile index b089306abadd..9fc75ae830f1 100644 --- a/editors/calligra-l10n-nb/Makefile +++ b/editors/calligra-l10n-nb/Makefile @@ -1,30 +1,18 @@ -# New ports collection makefile for: koffice-i18n-nb -# Date created: 27 April 2003 -# Whom: Michael Nottebrock <michaelnottebrock@gmx.net> +# New ports collection makefile for: koffice-kde4-l10n-nb +# Date created: 28 November 2009 +# Whom: Dima Panov <fluffy@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= koffice-i18n -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTNAME= koffice-l10n +PORTVERSION= ${KOFFICE2_VERSION} CATEGORIES?= editors kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src/koffice-l10n -PKGNAMEPREFIX= nb- -DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -COMMENT= Norwegian Bokmaal messages and documentation for koffice +COMMENT= Norwegian Bokmaal 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= nb +.include "${.CURDIR}/../../editors/koffice-kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |