summaryrefslogtreecommitdiff
path: root/textproc/ispell-spanish/Makefile
diff options
context:
space:
mode:
authoragc <agc>2002-07-22 11:31:46 +0000
committeragc <agc>2002-07-22 11:31:46 +0000
commit0e42376b136edd366fa25fc97e82572dfdc3e0f0 (patch)
tree47f5ef892dc22cb124715f9857a8ff14d16b6c0d /textproc/ispell-spanish/Makefile
parent255b8fd2186ba11c8cc02fccfcb286fbb1c19606 (diff)
downloadpkgsrc-0e42376b136edd366fa25fc97e82572dfdc3e0f0.tar.gz
Initial import of ispell-spanish-1.7 into the NetBSD Packages Collection.
Provided in PR 17654 by Julio Merino <jmmv@hispabsd.org> This package provides the Spanish-spelling dictionaries for ispell. The dictionary is provided by the COES project at LUCAS.
Diffstat (limited to 'textproc/ispell-spanish/Makefile')
-rw-r--r--textproc/ispell-spanish/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/ispell-spanish/Makefile b/textproc/ispell-spanish/Makefile
new file mode 100644
index 00000000000..d6d0878a423
--- /dev/null
+++ b/textproc/ispell-spanish/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $
+#
+
+DISTNAME= espa~nol-1.7
+PKGNAME= ispell-spanish-1.7
+CATEGORIES= textproc
+MASTER_SITES= http://lucas.hispalinux.es/COES/
+
+MAINTAINER= jmmv@hispabsd.org
+HOMEPAGE= http://lucas.hispalinux.es/htmls/coes.html
+COMMENT= Spanish dictionary for interactive spelling checker
+
+DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
+
+MAKE_FLAGS+= TMPDIR="${WRKDIR}"
+
+.include "../../mk/bsd.pkg.mk"