1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Add nl-ispell, a slaveport to textproc/ispell, with ISPELL_NL set, so

that it installs a dutch dictionary as well.
This commit is contained in:
Alexander Langer 2001-01-13 15:50:15 +00:00
parent a627c96381
commit 829b17af86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37167
2 changed files with 16 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += mswordview
SUBDIR += nfbtrans
SUBDIR += nicetext
SUBDIR += nl-ispell
SUBDIR += no-ispell
SUBDIR += openjade
SUBDIR += p5-DelimMatch

View File

@ -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"