diff options
author | lofi <lofi@FreeBSD.org> | 2003-07-29 14:11:16 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-07-29 14:11:16 +0800 |
commit | ac687af406c96eafd1eb069b8a6d4c3959688d2b (patch) | |
tree | 53c662d29fa2cf1448fe9264f14a6263d0651aa3 /misc/kde3-i18n-fa/Makefile | |
parent | 53de8d17007ec378b1bc64882a45cf47ea519f95 (diff) | |
download | freebsd-ports-gnome-ac687af406c96eafd1eb069b8a6d4c3959688d2b.tar.gz freebsd-ports-gnome-ac687af406c96eafd1eb069b8a6d4c3959688d2b.tar.zst freebsd-ports-gnome-ac687af406c96eafd1eb069b8a6d4c3959688d2b.zip |
Add kde3-i18n-fa, provides farsi i18n for KDE3.
Approved by: will
Diffstat (limited to 'misc/kde3-i18n-fa/Makefile')
-rw-r--r-- | misc/kde3-i18n-fa/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/kde3-i18n-fa/Makefile b/misc/kde3-i18n-fa/Makefile new file mode 100644 index 000000000000..05917e15ec22 --- /dev/null +++ b/misc/kde3-i18n-fa/Makefile @@ -0,0 +1,29 @@ +# 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} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n +PKGNAMEPREFIX= fa- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Localized messages and documentation for KDE3 + +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> |