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 /textproc/nl-ispell | |
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
Diffstat (limited to 'textproc/nl-ispell')
-rw-r--r-- | textproc/nl-ispell/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |