diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-20 01:39:28 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-20 01:39:28 +0800 |
commit | 843d8acd75159ef465931630d09633ddb2658e4f (patch) | |
tree | be1516df4bfd627cf44bb114188ac7a8dbce6c7f | |
parent | 4f0071d4edaf581ca5220daa4712b4b990d11a97 (diff) | |
download | freebsd-ports-gnome-843d8acd75159ef465931630d09633ddb2658e4f.tar.gz freebsd-ports-gnome-843d8acd75159ef465931630d09633ddb2658e4f.tar.zst freebsd-ports-gnome-843d8acd75159ef465931630d09633ddb2658e4f.zip |
New port: localized messages and documentation for koffice
-rw-r--r-- | editors/koffice-i18n-cs/Makefile | 29 | ||||
-rw-r--r-- | misc/Makefile | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/editors/koffice-i18n-cs/Makefile b/editors/koffice-i18n-cs/Makefile new file mode 100644 index 000000000000..efa46ed5ea08 --- /dev/null +++ b/editors/koffice-i18n-cs/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: koffice-i18n-cs +# Date created: 27 April 2003 +# Whom: Michael Nottebrock <michaelnottebrock@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= koffice-i18n +PORTVERSION= 1.2.1 +CATEGORIES?= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src +PKGNAMEPREFIX= cs- +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> diff --git a/misc/Makefile b/misc/Makefile index 8d8887f78d2d..68cc13cfa716 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -187,6 +187,7 @@ SUBDIR += koffice-i18n-af SUBDIR += koffice-i18n-ar SUBDIR += koffice-i18n-bs + SUBDIR += koffice-i18n-cs SUBDIR += kp SUBDIR += kwatch SUBDIR += lc |