diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:47:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:47:23 +0800 |
commit | 6c245511b357ed9cab94c9b082690e9fdb3daf90 (patch) | |
tree | 1091e030ba8f3b77383c1c435f1d14dd381ab725 /textproc/nl-aspell | |
parent | e6cae93f137a6c3100b700fe79fd1667db54321b (diff) | |
download | freebsd-ports-gnome-6c245511b357ed9cab94c9b082690e9fdb3daf90.tar.gz freebsd-ports-gnome-6c245511b357ed9cab94c9b082690e9fdb3daf90.tar.zst freebsd-ports-gnome-6c245511b357ed9cab94c9b082690e9fdb3daf90.zip |
build aspell with dictionary
PR: 42524
Submitted by: thierry@pompo.net
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 |