diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-13 15:50:15 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-13 15:50:15 +0000 |
commit | 829b17af868604cbe109cf35ae7bd7316bd9c666 (patch) | |
tree | 080a73efbf76f5107b05c7285a3d17285693c5d5 | |
parent | a627c96381e8df9dbf7550391f2bf418d4702b4d (diff) |
Add nl-ispell, a slaveport to textproc/ispell, with ISPELL_NL set, so
that it installs a dutch dictionary as well.
Notes
Notes:
svn path=/head/; revision=37167
-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" |