diff options
Diffstat (limited to 'textproc/aspell-ga/Makefile')
-rw-r--r-- | textproc/aspell-ga/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/aspell-ga/Makefile b/textproc/aspell-ga/Makefile new file mode 100644 index 00000000000..cc0f967a2d0 --- /dev/null +++ b/textproc/aspell-ga/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:43 rodent Exp $ + +DISTNAME= aspell5-ga-3.5-0 +PKGNAME= ${DISTNAME:S/5-/-/1:S/-0/.0/1} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ga/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://borel.slu.edu/~kps/ispell/ +COMMENT= Irish language support for aspell + +HAS_CONFIGURE= yes + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |