diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/nl-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/nl-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/nl-aspell/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 089fdc6bacff..a04bbf2d69f5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -130,6 +130,7 @@ SUBDIR += modlogan SUBDIR += nfbtrans SUBDIR += nicetext + SUBDIR += nl-aspell SUBDIR += nl-ispell SUBDIR += no-ispell SUBDIR += openjade diff --git a/textproc/nl-aspell/Makefile b/textproc/nl-aspell/Makefile new file mode 100644 index 000000000000..d803a6eef8c1 --- /dev/null +++ b/textproc/nl-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: nl-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= nl-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_NL= ja + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/nl-aspell/pkg-comment b/textproc/nl-aspell/pkg-comment new file mode 100644 index 000000000000..4d41a77eacad --- /dev/null +++ b/textproc/nl-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Dutch dictionary diff --git a/textproc/nl-aspell/pkg-descr b/textproc/nl-aspell/pkg-descr new file mode 100644 index 000000000000..247cd9457723 --- /dev/null +++ b/textproc/nl-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Dutch dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://tinf2.vub.ac.be/~dvermeir/software/dv/nl-aspell/index.html |