diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-16 21:54:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-16 21:54:13 +0000 |
commit | 34f29cc8161f29fd3f135aed08a1e4ecbfe2576c (patch) | |
tree | 09320f95e87af90dfbe2f1e34ac4fd46dfdf3864 /textproc | |
parent | 0c38a86f6485a07b4633f45cb043322b3b7af9d4 (diff) | |
download | ports-34f29cc8161f29fd3f135aed08a1e4ecbfe2576c.tar.gz ports-34f29cc8161f29fd3f135aed08a1e4ecbfe2576c.zip |
Add gv-aspell , aspell with Manx Gaelic dictionary.
Approved by: mat (mentor).
Notes
Notes:
svn path=/head/; revision=107276
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gv-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/gv-aspell/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c55a804d3756..0fe5358f2ee8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -119,6 +119,7 @@ SUBDIR += gtkspell2 SUBDIR += gutenbook SUBDIR += gutenmark + SUBDIR += gv-aspell SUBDIR += gxditview SUBDIR += gxmlviewer SUBDIR += hevea diff --git a/textproc/gv-aspell/Makefile b/textproc/gv-aspell/Makefile new file mode 100644 index 000000000000..af2caaec1cd2 --- /dev/null +++ b/textproc/gv-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gv-aspell +# Date created: 16 April 2004 +# Whom: Thierry Thomas <thierry@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gv-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Manx Gaelic dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_GV= seadh + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/gv-aspell/pkg-descr b/textproc/gv-aspell/pkg-descr new file mode 100644 index 000000000000..1716688d5122 --- /dev/null +++ b/textproc/gv-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Manx Gaelic dictionary. + +WWW: http://aspell.net/ |