summaryrefslogtreecommitdiff
path: root/textproc/ispell-es/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-24 02:20:36 +0000
committerrodent <rodent>2013-04-24 02:20:36 +0000
commit09e2db8c588f94faad4bb38714de4ac2f442e0b5 (patch)
tree94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-es/Makefile
parenta1220afa314ae865ca6607b7459ffc942b650dcc (diff)
downloadpkgsrc-09e2db8c588f94faad4bb38714de4ac2f442e0b5.tar.gz
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-es/Makefile')
-rw-r--r--textproc/ispell-es/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/ispell-es/Makefile b/textproc/ispell-es/Makefile
new file mode 100644
index 00000000000..5c761e43458
--- /dev/null
+++ b/textproc/ispell-es/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:39 rodent Exp $
+#
+
+DISTNAME= espa~nol-1.7
+PKGNAME= ispell-spanish-1.7
+CATEGORIES= textproc
+MASTER_SITES= http://www.datsi.fi.upm.es/~coes/
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://es.tldp.org/htmls/coes.html
+COMMENT= Spanish dictionary for interactive spelling checker
+
+DEPENDS+= ispell>=3.1.20:../../textproc/ispell
+
+MAKE_FLAGS+= TMPDIR=${WRKDIR:Q}
+
+INSTALLATION_DIRS= lib
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/espa~nol.aff \
+ ${DESTDIR}${PREFIX}/lib/castellano.aff
+ ${INSTALL_DATA} ${WRKSRC}/espa~nol.hash \
+ ${DESTDIR}${PREFIX}/lib/castellano.hash
+
+.include "../../mk/bsd.pkg.mk"