Add sw-aspell , aspell with Swahili dictionary.
Approved by: mat (mentor).
This commit is contained in:
parent
b5eabd4841
commit
197ddea8a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105811
3 changed files with 21 additions and 0 deletions
|
@ -513,6 +513,7 @@
|
|||
SUBDIR += srilm
|
||||
SUBDIR += stardict2
|
||||
SUBDIR += sv-aspell
|
||||
SUBDIR += sw-aspell
|
||||
SUBDIR += tclExpat
|
||||
SUBDIR += tdtd.el
|
||||
SUBDIR += tei-guidelines-p3
|
||||
|
|
17
textproc/sw-aspell/Makefile
Normal file
17
textproc/sw-aspell/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: sw-aspell
|
||||
# Date created: 31 March 2004
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sw-aspell
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Aspell with Swahili dictionary
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../aspell
|
||||
|
||||
ASPELL_SW= sawa
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
textproc/sw-aspell/pkg-descr
Normal file
3
textproc/sw-aspell/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Aspell with Swahili dictionary.
|
||||
|
||||
WWW: http://aspell.net/
|
Loading…
Reference in a new issue