summaryrefslogtreecommitdiff
path: root/textproc/aspell-dutch/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-17 03:50:54 +0000
committersalo <salo@pkgsrc.org>2003-01-17 03:50:54 +0000
commitbd60bc5416e80f45cebabd358d6910554b9f0dcb (patch)
tree05ec8d73fb98463036b63fc2d2e247079ffba245 /textproc/aspell-dutch/Makefile
parent5facc7724747f87aa70125337d3f27b384eded3a (diff)
downloadpkgsrc-bd60bc5416e80f45cebabd358d6910554b9f0dcb.tar.gz
Dutch language support for aspell, e.g. `aspell -d dutch -c $myfile'.
Diffstat (limited to 'textproc/aspell-dutch/Makefile')
-rw-r--r--textproc/aspell-dutch/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/aspell-dutch/Makefile b/textproc/aspell-dutch/Makefile
new file mode 100644
index 00000000000..94bb5e57ab4
--- /dev/null
+++ b/textproc/aspell-dutch/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 03:50:54 salo Exp $
+#
+
+DISTNAME= aspell-nl-0.50-2
+PKGNAME= ${DISTNAME:C/nl-(.*)-(.*)$/dutch-\1.\2/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://aspell.net/
+COMMENT= Dutch 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"