diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-20 02:13:41 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-20 02:13:41 +0800 |
commit | 6461fe0ad25aa4c35d6ee9a9160473ffef20dc20 (patch) | |
tree | 01f14a923a62590a2a47866a0c855d6c3597dde7 /german/calligra-l10n/Makefile | |
parent | 3f462839ce29ee96442da996a6b6241ea37f545a (diff) | |
download | freebsd-ports-gnome-6461fe0ad25aa4c35d6ee9a9160473ffef20dc20.tar.gz freebsd-ports-gnome-6461fe0ad25aa4c35d6ee9a9160473ffef20dc20.tar.zst freebsd-ports-gnome-6461fe0ad25aa4c35d6ee9a9160473ffef20dc20.zip |
Bring back from Attic: localized messages and documentation for koffice
Diffstat (limited to 'german/calligra-l10n/Makefile')
-rw-r--r-- | german/calligra-l10n/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/german/calligra-l10n/Makefile b/german/calligra-l10n/Makefile new file mode 100644 index 000000000000..937847bc647e --- /dev/null +++ b/german/calligra-l10n/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: koffice-i18n-de +# Date created: 27 April 2003 +# Whom: Michael Nottebrock <michaelnottebrock@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= koffice-i18n +PORTVERSION= 1.2.1 +CATEGORIES?= german kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src +PKGNAMEPREFIX= de- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Localized messages and documentation for koffice + +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" + +.include <bsd.port.mk> |