diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-01 04:08:20 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-01 04:08:20 +0800 |
commit | 40f337ae813d5720c3917c6390f06adfa8eb48cd (patch) | |
tree | eef60d46d0f366cdc61d8287ae6735b36fb40461 /textproc | |
parent | c2521697ef1653e80e010f70a062b267941b92e3 (diff) | |
download | freebsd-ports-gnome-40f337ae813d5720c3917c6390f06adfa8eb48cd.tar.gz freebsd-ports-gnome-40f337ae813d5720c3917c6390f06adfa8eb48cd.tar.zst freebsd-ports-gnome-40f337ae813d5720c3917c6390f06adfa8eb48cd.zip |
Add nb-aspell , aspell with Norwegian Bokmal dictionary.
Approved by: mat (mentor).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/nb-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/nb-aspell/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 600d848cd650..6d837b89bc8b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -197,6 +197,7 @@ SUBDIR += modlogan SUBDIR += ms-aspell SUBDIR += mt-aspell + SUBDIR += nb-aspell SUBDIR += nfbtrans SUBDIR += nicetext SUBDIR += nl-aspell diff --git a/textproc/nb-aspell/Makefile b/textproc/nb-aspell/Makefile new file mode 100644 index 000000000000..0b974437ae32 --- /dev/null +++ b/textproc/nb-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: nb-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= nb-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Norwegian Bokmal dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_NB= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/nb-aspell/pkg-descr b/textproc/nb-aspell/pkg-descr new file mode 100644 index 000000000000..eb6a91753cd6 --- /dev/null +++ b/textproc/nb-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Norwegian Bokmal dictionary. + +WWW: http://aspell.net/ |