Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name aspell-dict-es
version 0.50
categories textproc
maintainers mij@macports.org
description Spanish dictionary for aspell
homepage http://aspell.net/
platforms darwin

long_description Aspell with Spanish dictionary.

master_sites gnu:aspell/dict/es

distname aspell-es-${version}-2
checksums md5 4a8583e9ef9f4aed03f5a7fe09d40060

use_bzip2 yes

depends_build bin:aspell:aspell

configure { system "cd ${worksrcpath} && ./configure \
--vars ASPELL=${prefix}/bin/aspell \
WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }