diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:40:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:40:27 +0000 |
commit | 5a678b738fce6ac67ec5f85479526f6268390e6f (patch) | |
tree | c6397b71dabeafd87ffdd0020c0da55386ac041d /textproc/ca-aspell | |
parent | 0fcc12fa73761346b1a6c4bdf9bc0eb3cf7568bd (diff) |
build aspell with dictionary
PR: 42526
Submitted by: thierry@pompo.net
Notes
Notes:
svn path=/head/; revision=65983
Diffstat (limited to 'textproc/ca-aspell')
-rw-r--r-- | textproc/ca-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/ca-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/ca-aspell/pkg-descr | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/textproc/ca-aspell/Makefile b/textproc/ca-aspell/Makefile new file mode 100644 index 000000000000..90f67b522e72 --- /dev/null +++ b/textproc/ca-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: ca-aspell +# Date created: 1 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ca-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_CA= sí + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/ca-aspell/pkg-comment b/textproc/ca-aspell/pkg-comment new file mode 100644 index 000000000000..673ec0a50004 --- /dev/null +++ b/textproc/ca-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Catalan dictionary diff --git a/textproc/ca-aspell/pkg-descr b/textproc/ca-aspell/pkg-descr new file mode 100644 index 000000000000..65c3f25cc823 --- /dev/null +++ b/textproc/ca-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Catalan dictionary. + +WWW: http://aspell.sourceforge.net/ |