diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-01 04:12:02 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-01 04:12:02 +0800 |
commit | cc1a2225a4f94b1db0850b20ba39093e102f6195 (patch) | |
tree | be0f1635748661ee722e47345717416db732ea75 /textproc/zu-aspell | |
parent | 8d95eda7508686f095fa50bda2f5a45aa333ee2d (diff) | |
download | freebsd-ports-gnome-cc1a2225a4f94b1db0850b20ba39093e102f6195.tar.gz freebsd-ports-gnome-cc1a2225a4f94b1db0850b20ba39093e102f6195.tar.zst freebsd-ports-gnome-cc1a2225a4f94b1db0850b20ba39093e102f6195.zip |
Add zu-aspell , aspell with Zulu dictionary.
Approved by: mat (mentor).
Diffstat (limited to 'textproc/zu-aspell')
-rw-r--r-- | textproc/zu-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/zu-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/zu-aspell/Makefile b/textproc/zu-aspell/Makefile new file mode 100644 index 000000000000..5c28ff149f92 --- /dev/null +++ b/textproc/zu-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: zu-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= zu-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Zulu dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_ZU= yebo + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/zu-aspell/pkg-descr b/textproc/zu-aspell/pkg-descr new file mode 100644 index 000000000000..451c23ab93f5 --- /dev/null +++ b/textproc/zu-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Zulu dictionary. + +WWW: http://aspell.net/ |