diff options
author | jmz <jmz@FreeBSD.org> | 2000-02-12 05:03:11 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-02-12 05:03:11 +0800 |
commit | c40895a15a0696c0bebe4ba5b3d8ce45be4cc64b (patch) | |
tree | 5452fb31226fc38c9223c56961d143f1189e8e4a /textproc/no-ispell | |
parent | 97ca8844ba92d67e228915f441a50b704dff627f (diff) | |
download | freebsd-ports-gnome-c40895a15a0696c0bebe4ba5b3d8ce45be4cc64b.tar.gz freebsd-ports-gnome-c40895a15a0696c0bebe4ba5b3d8ce45be4cc64b.tar.zst freebsd-ports-gnome-c40895a15a0696c0bebe4ba5b3d8ce45be4cc64b.zip |
Ispell with a norvegian dictionary.
Submitted by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'textproc/no-ispell')
-rw-r--r-- | textproc/no-ispell/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/no-ispell/Makefile b/textproc/no-ispell/Makefile new file mode 100644 index 000000000000..f4607a38b483 --- /dev/null +++ b/textproc/no-ispell/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: no-ispell +# Version required: 1.1 +# Date created: 10 February 2000 +# Whom: Alexander Langer <alex@big.endian.de> +# +# $FreeBSD$ +# + +MAINTAINER= alex@big.endian.de + +ISPELL_NO= yes +PKGNAME= no-ispell-1.1 +MASTERDIR= ${.CURDIR}/../ispell + +.include "${MASTERDIR}/Makefile" |