2003-05-19 19:41:39 +02:00
|
|
|
# New ports collection makefile for: koffice-i18n-en_GB
|
|
|
|
# Date created: 27 April 2003
|
|
|
|
# Whom: Michael Nottebrock <michaelnottebrock@gmx.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= koffice-i18n
|
2007-07-04 12:25:00 +02:00
|
|
|
PORTVERSION= 1.6.3
|
2003-05-19 19:41:39 +02:00
|
|
|
CATEGORIES?= misc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2006-04-29 17:36:44 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src/koffice-l10n
|
2003-05-19 19:41:39 +02:00
|
|
|
PKGNAMEPREFIX= en_GB-
|
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2004-12-13 20:53:56 +01:00
|
|
|
COMMENT= British messages and documentation for koffice
|
2003-05-19 19:41:39 +02:00
|
|
|
|
2004-02-05 02:23:10 +01:00
|
|
|
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
|
|
|
|
|
2003-05-19 19:41:39 +02:00
|
|
|
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>
|