pkgsrc/textproc/ispell-german/Makefile
recht 61f8d2aea0 update to 20030222 version
and also install ngerman.{aff,hash} links

changes since 20021114:
- "Wiederstand ist zwecklos" (thanks to Roland Wingerter) and minor
  other fixes
- some fem. flags added
2004-03-12 19:54:51 +00:00

30 lines
974 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/03/12 19:54:51 recht Exp $
#
DISTNAME= igerman98-20030222
PKGNAME= ispell-german-20030222
CATEGORIES= textproc
MASTER_SITES= http://j3e.de/ispell/igerman98/dict/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://j3e.de/ispell/igerman98/
COMMENT= German dictionary for interactive spelling checker
DEPENDS+= ispell-base>=3.1.20nb1:../../textproc/ispell-base
ALL_TARGET= german.hash
USE_GNU_TOOLS+= make
USE_PERL5= build
REPLACE_PERL= bin/dic2iso.pl bin/grepl bin/sq.pl bin/myspellfixprefix.pl \
bin/clear_affix.pl bin/unsq.pl bin/uniqflag.pl
do-install:
${INSTALL_DATA} ${WRKSRC}/german.aff ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/german.hash ${PREFIX}/lib
(cd ${PREFIX}/lib && ${LN} -s german.aff deutsch.aff)
(cd ${PREFIX}/lib && ${LN} -s german.hash deutsch.hash)
(cd ${PREFIX}/lib && ${LN} -s german.aff ngerman.aff)
(cd ${PREFIX}/lib && ${LN} -s german.hash ngerman.hash)
.include "../../mk/bsd.pkg.mk"