diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:44:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-10 11:44:22 +0800 |
commit | 4dab435b318c27cfcac8aef6919429d7ac6125e0 (patch) | |
tree | b4015112a175fb65fe28bcb45ac5917c403d18e6 | |
parent | 6dcd2eb01bb6d49d4237e84bb5141934326a458c (diff) | |
download | freebsd-ports-gnome-4dab435b318c27cfcac8aef6919429d7ac6125e0.tar.gz freebsd-ports-gnome-4dab435b318c27cfcac8aef6919429d7ac6125e0.tar.zst freebsd-ports-gnome-4dab435b318c27cfcac8aef6919429d7ac6125e0.zip |
build aspell with dictionary
PR: 42529
Submitted by: thierry@pompo.net
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/es-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/es-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/es-aspell/pkg-descr | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0b2556cbc974..55b1b3f45775 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -58,6 +58,7 @@ SUBDIR += dtdparse SUBDIR += eo-aspell SUBDIR += eruby + SUBDIR += es-aspell SUBDIR += expat SUBDIR += expat2 SUBDIR += fdp-tools diff --git a/textproc/es-aspell/Makefile b/textproc/es-aspell/Makefile new file mode 100644 index 000000000000..4551c93fd2b8 --- /dev/null +++ b/textproc/es-aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: es-aspell +# Date created: 2 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= es-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_ES= sí + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/es-aspell/pkg-comment b/textproc/es-aspell/pkg-comment new file mode 100644 index 000000000000..33273b2a9193 --- /dev/null +++ b/textproc/es-aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with Spanish dictionary diff --git a/textproc/es-aspell/pkg-descr b/textproc/es-aspell/pkg-descr new file mode 100644 index 000000000000..696248bf15f3 --- /dev/null +++ b/textproc/es-aspell/pkg-descr @@ -0,0 +1,6 @@ +Aspell with Spanish dictionary. + +Note: if you build from ports, prefer textproc/aspell, it will let you + select dictionaries for several languages. + +WWW: http://www.datsi.fi.upm.es/~coes/ |