diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-01 04:11:19 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-01 04:11:19 +0800 |
commit | 676e25692afd846d748e452aefdf2b44b29d2e70 (patch) | |
tree | 4194fdd814a63b394e2ff8ec110545df0db32225 /textproc | |
parent | f827df50212f95e8a1ae51f6bf924868593db571 (diff) | |
download | freebsd-ports-graphics-676e25692afd846d748e452aefdf2b44b29d2e70.tar.gz freebsd-ports-graphics-676e25692afd846d748e452aefdf2b44b29d2e70.tar.zst freebsd-ports-graphics-676e25692afd846d748e452aefdf2b44b29d2e70.zip |
Add wa-aspell , aspell with Walloon dictionary.
Approved by: mat (mentor).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/wa-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/wa-aspell/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ebce8b38b75..f197d6cfe1c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -540,6 +540,7 @@ SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview + SUBDIR += wa-aspell SUBDIR += wdiff SUBDIR += webcpp SUBDIR += website diff --git a/textproc/wa-aspell/Makefile b/textproc/wa-aspell/Makefile new file mode 100644 index 00000000000..ee6da50519b --- /dev/null +++ b/textproc/wa-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: wa-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= wa-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Walloon dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_WA= oyi + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/wa-aspell/pkg-descr b/textproc/wa-aspell/pkg-descr new file mode 100644 index 00000000000..42c9ef71b1e --- /dev/null +++ b/textproc/wa-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Walloon dictionary. + +WWW: http://aspell.net/ |