diff options
Diffstat (limited to 'misc/kde4-l10n-fa/Makefile')
-rw-r--r-- | misc/kde4-l10n-fa/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/kde4-l10n-fa/Makefile b/misc/kde4-l10n-fa/Makefile new file mode 100644 index 000000000000..f53851e61239 --- /dev/null +++ b/misc/kde4-l10n-fa/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: kde4-l10n-fa +# Date created: 25 January 2012 +# Whom: Alberto Villa <avilla@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kde-l10n +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= misc kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= Farsi (Persian) messages and documentation for KDE4 + +KDE4_L10N= fa + +.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include <bsd.port.mk> |