blob: d90c63da3a7e211d3c3d7fd9d8ec67e246fdc3f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2005/12/05 20:51:03 rillig Exp $
#
DISTNAME= espa~nol-1.7
PKGNAME= ispell-spanish-1.7
CATEGORIES= textproc
MASTER_SITES= http://www.datsi.fi.upm.es/~coes/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://lucas.hispalinux.es/htmls/coes.html
COMMENT= Spanish dictionary for interactive spelling checker
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
MAKE_FLAGS+= TMPDIR=${WRKDIR:Q}
.include "../../mk/bsd.pkg.mk"
|