summaryrefslogtreecommitdiff
path: root/textproc/ispell-catalan/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-08-02 01:54:12 +0000
committerjschauma <jschauma@pkgsrc.org>2002-08-02 01:54:12 +0000
commitd4e9e5c8a1d4d56c85d17077cc457aa62c8808d5 (patch)
treedb0b81120a8e9c9217eabd0a990321fff90e4e82 /textproc/ispell-catalan/Makefile
parent3cd025e3c684efd7db67e9e985c2c4d26bcb997c (diff)
downloadpkgsrc-d4e9e5c8a1d4d56c85d17077cc457aa62c8808d5.tar.gz
Initial import of textproc/ispell-catalan into pkgsrc, using files provided
by Julio Merino (jmmv at hispabsd dot org) in PR pkg/17658. (Minor modification by me.) ispell-catalan provides the catalan dictionaries for ispell, and can be used by invoking ispell with the "-d catala" flag. Note that the dictionary is called "catala", while the package is called "catalan" -- apparently, this is correct.
Diffstat (limited to 'textproc/ispell-catalan/Makefile')
-rw-r--r--textproc/ispell-catalan/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/ispell-catalan/Makefile b/textproc/ispell-catalan/Makefile
new file mode 100644
index 00000000000..1fe325fe108
--- /dev/null
+++ b/textproc/ispell-catalan/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/02 01:54:13 jschauma Exp $
+#
+
+DISTNAME= ispellca
+PKGNAME= ispell-catalan-0.1
+CATEGORIES= textproc
+MASTER_SITES= http://www.softcatala.org/cgi-bin/gaudi/contadorb/load.cgi?/fitxers/llengua/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= jmmv@hispabsd.org
+HOMEPAGE= http://www.softcatala.org/prog24.htm
+COMMENT= Catalan dictionary for interactive spelling checker
+
+DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
+
+WRKSRC= ${WRKDIR}
+
+do-build:
+ cd ${WRKSRC} && ${PREFIX}/bin/buildhash catala catala.aff catala.hash
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/catala.aff ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/catala.hash ${PREFIX}/lib
+
+.include "../../mk/bsd.pkg.mk"