diff options
author | alex <alex@FreeBSD.org> | 2001-01-13 23:50:15 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-13 23:50:15 +0800 |
commit | 0cc33236a759299a911f0d7ebdff81a98f679917 (patch) | |
tree | d8e5fd5fcd3401fd480636ad68a1d49cbbc187b7 /textproc | |
parent | d4a5e32c1ec9b9c92db3eac7d11b9c4aa1ffe5b0 (diff) | |
download | freebsd-ports-gnome-0cc33236a759299a911f0d7ebdff81a98f679917.tar.gz freebsd-ports-gnome-0cc33236a759299a911f0d7ebdff81a98f679917.tar.zst freebsd-ports-gnome-0cc33236a759299a911f0d7ebdff81a98f679917.zip |
Add nl-ispell, a slaveport to textproc/ispell, with ISPELL_NL set, so
that it installs a dutch dictionary as well.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/nl-ispell/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index db4b0138706e..b585f4eafd2e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -68,6 +68,7 @@ SUBDIR += mswordview SUBDIR += nfbtrans SUBDIR += nicetext + SUBDIR += nl-ispell SUBDIR += no-ispell SUBDIR += openjade SUBDIR += p5-DelimMatch diff --git a/textproc/nl-ispell/Makefile b/textproc/nl-ispell/Makefile new file mode 100644 index 000000000000..b3429d4a6a8a --- /dev/null +++ b/textproc/nl-ispell/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: nl-ispell +# Date created: 13 January 2001 +# Whom: alex +# +# $FreeBSD$ +# + +MAINTAINER= alex@FreeBSD.org + +ISPELL_NO= yes +PORTNAME= nl-ispell +PORTVERSION= 1.0.0 +MASTERDIR= ${.CURDIR}/../ispell + +.include "${MASTERDIR}/Makefile" |