diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:46:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:46:27 +0000 |
commit | 316c6f4d4019538143487a441f542cff8e1b9453 (patch) | |
tree | 6ead9bd31a394c94b0993e4d65b7ec27e638ed01 /textproc | |
parent | 7368140246460ff1de7892e4d579bf044b6a764f (diff) | |
download | ports-316c6f4d4019538143487a441f542cff8e1b9453.tar.gz ports-316c6f4d4019538143487a441f542cff8e1b9453.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/it-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/it-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/it-aspell/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 649f81496d17..089fdc6bacff 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -99,6 +99,7 @@ SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += ispell + SUBDIR += it-aspell SUBDIR += jade SUBDIR += java2html SUBDIR += javacc diff --git a/textproc/it-aspell/Makefile b/textproc/it-aspell/Makefile new file mode 100644 index 000000000000..51220e77b402 --- /dev/null +++ b/textproc/it-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: it-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= it-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_IT= sė + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/it-aspell/pkg-comment b/textproc/it-aspell/pkg-comment new file mode 100644 index 000000000000..6dd2dabe53e1 --- /dev/null +++ b/textproc/it-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Italian dictionary diff --git a/textproc/it-aspell/pkg-descr b/textproc/it-aspell/pkg-descr new file mode 100644 index 000000000000..aa99a6ff181d --- /dev/null +++ b/textproc/it-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Italian dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://aspell.sourceforge.net/ |