diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:39:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:39:30 +0800 |
commit | d3eeb2e651a88b34224bf161b8226c391ecb02b4 (patch) | |
tree | c56fadaf7e126d9d8eb3fbae1f4160e94ab7a871 /textproc | |
parent | 34a5e52dd30831d4d099d6cc191b4cd26ae9a177 (diff) | |
download | freebsd-ports-gnome-d3eeb2e651a88b34224bf161b8226c391ecb02b4.tar.gz freebsd-ports-gnome-d3eeb2e651a88b34224bf161b8226c391ecb02b4.tar.zst freebsd-ports-gnome-d3eeb2e651a88b34224bf161b8226c391ecb02b4.zip |
build aspell with dictionary
PR: 42520
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/br-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/br-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/br-aspell/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d6b3ff01b01f..4b81027a4054 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -9,6 +9,7 @@ SUBDIR += aspell SUBDIR += bedic-data SUBDIR += bibtex2html + SUBDIR += br-aspell SUBDIR += br-ispell SUBDIR += british-ispell SUBDIR += c2html diff --git a/textproc/br-aspell/Makefile b/textproc/br-aspell/Makefile new file mode 100644 index 000000000000..cce92dc3fdc2 --- /dev/null +++ b/textproc/br-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: br-aspell +# Date created: 1 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= br-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_BR= ya + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/br-aspell/pkg-comment b/textproc/br-aspell/pkg-comment new file mode 100644 index 000000000000..9f807c434f76 --- /dev/null +++ b/textproc/br-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Breton dictionary diff --git a/textproc/br-aspell/pkg-descr b/textproc/br-aspell/pkg-descr new file mode 100644 index 000000000000..c68a05031927 --- /dev/null +++ b/textproc/br-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Breton dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ |