diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-16 21:53:38 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-16 21:53:38 +0000 |
commit | 62a480f0b9c2227cf59d6e604e7df0e23443dcea (patch) | |
tree | 42af40328a61088dde055602326af7541a7aa416 /textproc/gd-aspell | |
parent | 8ecd4f2ebca78b83ee9e4f7c123535d13ae57cef (diff) | |
download | FreeBSD-ports-62a480f0b9c2227cf59d6e604e7df0e23443dcea.zip FreeBSD-ports-62a480f0b9c2227cf59d6e604e7df0e23443dcea.tar.gz |
Add gd-aspell , aspell with Scottish Gaelic dictionary.
Approved by: mat (mentor).
Diffstat (limited to 'textproc/gd-aspell')
-rw-r--r-- | textproc/gd-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/gd-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/gd-aspell/Makefile b/textproc/gd-aspell/Makefile new file mode 100644 index 0000000..8cbdf55 --- /dev/null +++ b/textproc/gd-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gd-aspell +# Date created: 16 April 2004 +# Whom: Thierry Thomas <thierry@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gd-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Scottish Gaelic dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_GD= aidh + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/gd-aspell/pkg-descr b/textproc/gd-aspell/pkg-descr new file mode 100644 index 0000000..02d498e --- /dev/null +++ b/textproc/gd-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Scottish Gaelic dictionary. + +WWW: http://aspell.net/ |