diff options
-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/ |