diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:47:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:47:23 +0000 |
commit | 0c7eaf3445798a827fa888576931ac99559b6b17 (patch) | |
tree | d24425eb8a53e85b45e04add176d86a398635654 /textproc/nl-aspell | |
parent | 316c6f4d4019538143487a441f542cff8e1b9453 (diff) | |
download | ports-0c7eaf3445798a827fa888576931ac99559b6b17.tar.gz ports-0c7eaf3445798a827fa888576931ac99559b6b17.zip |
Notes
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 |