mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
parent
0c7eaf3445
commit
a13b6bfb6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65999
7 changed files with 47 additions and 0 deletions
|
@ -132,6 +132,7 @@
|
|||
SUBDIR += nicetext
|
||||
SUBDIR += nl-aspell
|
||||
SUBDIR += nl-ispell
|
||||
SUBDIR += no-aspell
|
||||
SUBDIR += no-ispell
|
||||
SUBDIR += openjade
|
||||
SUBDIR += opensched
|
||||
|
|
16
textproc/nn-aspell/Makefile
Normal file
16
textproc/nn-aspell/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: no-aspell
|
||||
# Date created: 2 September 2002
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= no-aspell
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../aspell
|
||||
|
||||
ASPELL_NO= ja
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
textproc/nn-aspell/pkg-comment
Normal file
1
textproc/nn-aspell/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Aspell with Norwegian dictionary
|
6
textproc/nn-aspell/pkg-descr
Normal file
6
textproc/nn-aspell/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Aspell with Norwegian dictionary.
|
||||
|
||||
Note: if you build from ports, prefer textproc/aspell, it will let you
|
||||
select dictionaries for several languages.
|
||||
|
||||
WWW: http://www.uio.no/~runekl/dictionary.html
|
16
textproc/no-aspell/Makefile
Normal file
16
textproc/no-aspell/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# New ports collection makefile for: no-aspell
|
||||
# Date created: 2 September 2002
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= no-aspell
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../aspell
|
||||
|
||||
ASPELL_NO= ja
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
textproc/no-aspell/pkg-comment
Normal file
1
textproc/no-aspell/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Aspell with Norwegian dictionary
|
6
textproc/no-aspell/pkg-descr
Normal file
6
textproc/no-aspell/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Aspell with Norwegian dictionary.
|
||||
|
||||
Note: if you build from ports, prefer textproc/aspell, it will let you
|
||||
select dictionaries for several languages.
|
||||
|
||||
WWW: http://www.uio.no/~runekl/dictionary.html
|
Loading…
Add table
Reference in a new issue