diff options
-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/ |