summaryrefslogtreecommitdiff
path: root/textproc/aspell-breton/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-17 06:45:16 +0000
committersalo <salo@pkgsrc.org>2003-01-17 06:45:16 +0000
commitb54b3e46af9a58a9bea05db6ffaddbb749b25a35 (patch)
treea9a2b7fff14dfcb3c584a6bcda884847a73c46c4 /textproc/aspell-breton/Makefile
parentb04a3ffc4764bb616b18209b36ae59d0eae27acc (diff)
downloadpkgsrc-b54b3e46af9a58a9bea05db6ffaddbb749b25a35.tar.gz
Breton language support for aspell, e.g. `aspell -d breton -c $myfile'.
Diffstat (limited to 'textproc/aspell-breton/Makefile')
-rw-r--r--textproc/aspell-breton/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/aspell-breton/Makefile b/textproc/aspell-breton/Makefile
new file mode 100644
index 00000000000..30e27f1d6fc
--- /dev/null
+++ b/textproc/aspell-breton/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $
+#
+
+DISTNAME= aspell-br-0.50-2
+PKGNAME= ${DISTNAME:C/br-(.*)-(.*)$/breton-\1.\2/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Breton language support for aspell
+
+USE_BUILDLINK2= YES
+HAS_CONFIGURE= YES
+
+CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
+CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
+
+MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
+MAKE_ENV+= INSTALL_DATA_DIR="${INSTALL_DATA_DIR}"
+
+.include "../../textproc/aspell/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"