diff options
Diffstat (limited to 'textproc/nl-aspell')
-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 |
3 files changed, 23 insertions, 0 deletions
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 |