diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-17 05:54:13 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-17 05:54:13 +0800 |
commit | 4c56cf8d0a71f84f1f5d19a02ab58d43804d6c7e (patch) | |
tree | 0fb288e31a7efd5c8fdb3497b59835bb72e20ef7 | |
parent | 79fde098ddcbc96f3e3273d49ae2909c2baa3a18 (diff) | |
download | freebsd-ports-gnome-4c56cf8d0a71f84f1f5d19a02ab58d43804d6c7e.tar.gz freebsd-ports-gnome-4c56cf8d0a71f84f1f5d19a02ab58d43804d6c7e.tar.zst freebsd-ports-gnome-4c56cf8d0a71f84f1f5d19a02ab58d43804d6c7e.zip |
Add gv-aspell , aspell with Manx Gaelic dictionary.
Approved by: mat (mentor).
-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/ |