diff options
-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 c55a804d375..0fe5358f2ee 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 00000000000..af2caaec1cd --- /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 00000000000..1716688d512 --- /dev/null +++ b/textproc/gv-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Manx Gaelic dictionary. + +WWW: http://aspell.net/ |