Add gv-aspell , aspell with Manx Gaelic dictionary.
Approved by: mat (mentor).
This commit is contained in:
parent
0c38a86f64
commit
34f29cc816
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107276
3 changed files with 21 additions and 0 deletions
|
@ -119,6 +119,7 @@
|
|||
SUBDIR += gtkspell2
|
||||
SUBDIR += gutenbook
|
||||
SUBDIR += gutenmark
|
||||
SUBDIR += gv-aspell
|
||||
SUBDIR += gxditview
|
||||
SUBDIR += gxmlviewer
|
||||
SUBDIR += hevea
|
||||
|
|
17
textproc/gv-aspell/Makefile
Normal file
17
textproc/gv-aspell/Makefile
Normal file
|
@ -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"
|
3
textproc/gv-aspell/pkg-descr
Normal file
3
textproc/gv-aspell/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Aspell with Manx Gaelic dictionary.
|
||||
|
||||
WWW: http://aspell.net/
|
Loading…
Reference in a new issue