diff options
Diffstat (limited to 'textproc/aspell-ar/Makefile')
-rw-r--r-- | textproc/aspell-ar/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/aspell-ar/Makefile b/textproc/aspell-ar/Makefile new file mode 100644 index 00000000000..715604ae0ed --- /dev/null +++ b/textproc/aspell-ar/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/04/10 12:32:40 rodent Exp $ +# + +DISTNAME= aspell6-ar-1.2-0 +PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ar/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://arabic-spell.sourceforge.net/ +COMMENT= Arabic language support for aspell +LICENSE= gnu-gpl-v2 + +HAS_CONFIGURE= yes +USE_LANGUAGES= # none + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |