Changes: - new words, misc bugfixes, affix changes, documentation changes Addresses PR pkg/26928 by Georg Schwarz.
17 lines
415 B
Makefile
17 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/09/12 20:57:41 salo Exp $
|
|
#
|
|
|
|
DISTNAME= ispell-sk-0.2.2
|
|
PKGNAME= ${DISTNAME:S/sk/slovak/}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://spell.linux.sk/
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://spell.linux.sk/ispell.html
|
|
COMMENT= Slovak dictionary for ispell
|
|
|
|
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
|
|
|
|
MAKE_ENV+= CAT=${CAT} SORT=${SORT}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|