diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:46:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:46:27 +0800 |
commit | 394babb2db7776dcc97d5abff6f37d99207dcfe2 (patch) | |
tree | e4320d9b47e7970ec3fd1b5c0ffe36cce874464f /textproc/it-aspell | |
parent | e4d039c5dcd6612427c7f2cda35f7bbf3a3db472 (diff) | |
download | freebsd-ports-gnome-394babb2db7776dcc97d5abff6f37d99207dcfe2.tar.gz freebsd-ports-gnome-394babb2db7776dcc97d5abff6f37d99207dcfe2.tar.zst freebsd-ports-gnome-394babb2db7776dcc97d5abff6f37d99207dcfe2.zip |
build aspell with dictionary
PR: 42525
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc/it-aspell')
-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 |
3 files changed, 23 insertions, 0 deletions
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/ |