diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:40:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:40:27 +0800 |
commit | 3fe72545cbc0a551734a8faac9fc58a2023d19b4 (patch) | |
tree | bcc7f4021a1fb87f9a58f89773b6fe75b00aec5b /textproc | |
parent | 341acb80108e1e5879efdc1736adb386c130b2ef (diff) | |
download | freebsd-ports-gnome-3fe72545cbc0a551734a8faac9fc58a2023d19b4.tar.gz freebsd-ports-gnome-3fe72545cbc0a551734a8faac9fc58a2023d19b4.tar.zst freebsd-ports-gnome-3fe72545cbc0a551734a8faac9fc58a2023d19b4.zip |
build aspell with dictionary
PR: 42526
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
4 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4b81027a4054..94fcaf74ee9f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -13,6 +13,7 @@ SUBDIR += br-ispell SUBDIR += british-ispell SUBDIR += c2html + SUBDIR += ca-aspell SUBDIR += catdoc SUBDIR += cbedic SUBDIR += cdif 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/ |