From 669b338ddfd4a23ec47b4553045edd3a79acd1b0 Mon Sep 17 00:00:00 2001 From: lofi Date: Wed, 4 Feb 2004 14:29:46 +0000 Subject: Add kde3-i18n-ms. This port is set to IGNORE, it will be activated once the rest of KDE 3.2 is committed. --- misc/kde3-i18n-ms/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 misc/kde3-i18n-ms/Makefile (limited to 'misc/kde3-i18n-ms/Makefile') diff --git a/misc/kde3-i18n-ms/Makefile b/misc/kde3-i18n-ms/Makefile new file mode 100644 index 000000000000..898779fbbf95 --- /dev/null +++ b/misc/kde3-i18n-ms/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: kde3-i18n-ms +# Date created: 20 January 2004 +# Whom: Lauri Watts +# +# $FreeBSD$ +# + +PORTNAME= kde-i18n +PORTVERSION= ${KDE_VERSION} +CATEGORIES?= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n +PKGNAMEPREFIX= ms- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Localized messages and documentation for KDE3 + +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext + +IGNORE= This port will turn active with the release of KDE 3.2 + +USE_KDELIBS_VER=3 +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +KDE_I18N= yes + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +.include -- cgit