mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Adding new Aspell dictionaries slave ports:
. Interlingua (ia-aspell) . Maltese (mt-aspell) . Norwegian Bokmal (nb-aspell) . Swahili (sw-aspell) . Tswana (tn-aspell) . Turkish (tr-aspell) . Walloon (wa-aspell) . Zulu (zu-aspell) Approved by: mat (mentor).
This commit is contained in:
parent
0da36fd9a9
commit
3024f9f07d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105805
3 changed files with 21 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
||||||
SUBDIR += htmldoc
|
SUBDIR += htmldoc
|
||||||
SUBDIR += htmlsection
|
SUBDIR += htmlsection
|
||||||
SUBDIR += htmltolatex
|
SUBDIR += htmltolatex
|
||||||
|
SUBDIR += ia-aspell
|
||||||
SUBDIR += id-aspell
|
SUBDIR += id-aspell
|
||||||
SUBDIR += iiimf-client-lib
|
SUBDIR += iiimf-client-lib
|
||||||
SUBDIR += iiimf-csconv
|
SUBDIR += iiimf-csconv
|
||||||
|
|
17
textproc/ia-aspell/Makefile
Normal file
17
textproc/ia-aspell/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# New ports collection makefile for: ia-aspell
|
||||||
|
# Date created: 31 March 2004
|
||||||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= ia-aspell
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
COMMENT= Aspell with Interlingua dictionary
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||||||
|
|
||||||
|
ASPELL_IA= si
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
3
textproc/ia-aspell/pkg-descr
Normal file
3
textproc/ia-aspell/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Aspell with Interlingua dictionary.
|
||||||
|
|
||||||
|
WWW: http://aspell.net/
|
Loading…
Add table
Reference in a new issue