From 40f337ae813d5720c3917c6390f06adfa8eb48cd Mon Sep 17 00:00:00 2001 From: thierry Date: Wed, 31 Mar 2004 20:08:20 +0000 Subject: Add nb-aspell , aspell with Norwegian Bokmal dictionary. Approved by: mat (mentor). --- textproc/Makefile | 1 + textproc/nb-aspell/Makefile | 17 +++++++++++++++++ textproc/nb-aspell/pkg-descr | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 textproc/nb-aspell/Makefile create mode 100644 textproc/nb-aspell/pkg-descr (limited to 'textproc') 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 +# +# $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/ -- cgit