diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:41:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:41:35 +0800 |
commit | 90b79435eb1a114ab09fbedf6fe513a32b410fbe (patch) | |
tree | b2e0999a30a32ae2a8ebff7fb1ee14269f399856 /textproc/cs-aspell | |
parent | ad53f6169670784a65592714ad1969a101e18cf2 (diff) | |
download | freebsd-ports-gnome-90b79435eb1a114ab09fbedf6fe513a32b410fbe.tar.gz freebsd-ports-gnome-90b79435eb1a114ab09fbedf6fe513a32b410fbe.tar.zst freebsd-ports-gnome-90b79435eb1a114ab09fbedf6fe513a32b410fbe.zip |
build aspell with dictionary
PR: 42535
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc/cs-aspell')
-rw-r--r-- | textproc/cs-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/cs-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/cs-aspell/pkg-descr | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/textproc/cs-aspell/Makefile b/textproc/cs-aspell/Makefile new file mode 100644 index 000000000000..07c61d255e73 --- /dev/null +++ b/textproc/cs-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: cs-aspell +# Date created: 1 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= cs-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_CS= ano + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/cs-aspell/pkg-comment b/textproc/cs-aspell/pkg-comment new file mode 100644 index 000000000000..c33e67e01d64 --- /dev/null +++ b/textproc/cs-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Czech dictionary diff --git a/textproc/cs-aspell/pkg-descr b/textproc/cs-aspell/pkg-descr new file mode 100644 index 000000000000..5bb91b098b34 --- /dev/null +++ b/textproc/cs-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Czech dictionary. + +WWW: http://aspell.sourceforge.net/ |