diff options
author | salo <salo@pkgsrc.org> | 2003-01-17 03:50:54 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-17 03:50:54 +0000 |
commit | bd60bc5416e80f45cebabd358d6910554b9f0dcb (patch) | |
tree | 05ec8d73fb98463036b63fc2d2e247079ffba245 /textproc/aspell-dutch/Makefile | |
parent | 5facc7724747f87aa70125337d3f27b384eded3a (diff) | |
download | pkgsrc-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/Makefile | 24 |
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" |