pkgsrc/textproc/ispell-russian/Makefile
jschauma 269a90cd4d Initial import of textproc/ispell-russian as provided by (mishka at terabyte
dot com dot au) in PR pkg/18561 (with minor change by me to update to latest
version).

ispell-russian is, quite surprisingly, a Russian (KOI8-R) dictionary for
ispell.  The word list is based on the early one collected by Neal Dalton.
After removing illegal words and adding many new rules and words,
the dictionaries contain now over 116,200 basic words and produce
over 1,116,000 related words (compared to 52,000 words in Neal's
version and 952,000 words in the dictionary by K. Knizhnik).

Also, this package seems to be the only one that supports the right
spelling of words with the Russian letter 'yo' (other dictionaries
simply replace the letter 'yo' by 'ye').
2002-11-19 15:53:25 +00:00

29 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/11/19 15:53:25 jschauma Exp $
DISTNAME= rus-ispell-0.99f3
PKGNAME= ispell-russian-0.99.3
CATEGORIES= textproc
MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/ispell/
MAINTAINER= mishka@terabyte.com.ua
COMMENT= Russian (KOI8-R) ispell dictonary from Alexander Lebedev
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
WRKSRC= ${WRKDIR}
MAKE_ENV+= CAT=${CAT} RM=${RM} SED=${SED} TR=${TR} UNIQ="uniq"
.ifdef YO
MAKE_ENV+= YO="defined"
.endif
post-configure:
@${ECHO} '===================================================='
@${ECHO} ''
@${ECHO} ' To enable native "YO" letter support please add'
@${ECHO} ' "YO=yes" option to make(1) when build package.'
@${ECHO} ''
@${ECHO} '===================================================='
.include "../../mk/bsd.pkg.mk"