2004-02-04 09:27:13 -05:00
|
|
|
# New ports collection makefile for: kde3-i18n-hi
|
|
|
|
# Date created: 20 January 2004
|
|
|
|
# Whom: Lauri Watts <lauri@kde.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kde-i18n
|
|
|
|
PORTVERSION= ${KDE_VERSION}
|
|
|
|
CATEGORIES?= misc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 15:55:42 -04:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n
|
2004-02-04 09:27:13 -05:00
|
|
|
PKGNAMEPREFIX= hi-
|
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2004-12-13 15:12:15 -05:00
|
|
|
COMMENT= Hindi messages and documentation for KDE3
|
2004-02-04 09:27:13 -05:00
|
|
|
|
|
|
|
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>
|