diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:12:02 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:12:02 +0000 |
commit | e52f46d2d24ef1bbb3ea9d9a05c418626384ee11 (patch) | |
tree | 6c37b1af498729d09a32817d16857364d0e01509 /textproc | |
parent | 98903ec1aa3b6008138f2ecc1ce0c59755ec79a5 (diff) | |
download | ports-e52f46d2d24ef1bbb3ea9d9a05c418626384ee11.tar.gz ports-e52f46d2d24ef1bbb3ea9d9a05c418626384ee11.zip |
Add zu-aspell , aspell with Zulu dictionary.
Approved by: mat (mentor).
Notes
Notes:
svn path=/head/; revision=105819
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/zu-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/zu-aspell/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f197d6cfe1c2..21dbf2c7af3d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += zu-aspell SUBDIR += 2bsd-diff SUBDIR += Ebnf2ps 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/ |