2003-07-29 08:11:16 +02:00
|
|
|
# New ports collection makefile for: kde3-i18n-fa
|
|
|
|
# Date created: July 15 2003
|
|
|
|
# Whom: Lauri Watts <lauri@kde.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kde-i18n
|
|
|
|
PORTVERSION= ${KDE_VERSION}
|
|
|
|
CATEGORIES?= misc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n
|
2003-07-29 08:11:16 +02:00
|
|
|
PKGNAMEPREFIX= fa-
|
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2004-12-13 21:12:15 +01:00
|
|
|
COMMENT= Persian messages and documentation for KDE3
|
2003-07-29 08:11:16 +02:00
|
|
|
|
2004-02-05 02:23:10 +01:00
|
|
|
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
|
|
|
|
|
2003-07-29 08:11:16 +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>
|