pkgsrc/textproc/ispell-german/Makefile
jschauma b2e7756e21 symlink deutsch.{hash,aff} to german.{hash,aff} as suggested by
Marko Schuetz (MarkoSchuetz at web dot de) in PR pkg/17008, so that
emacsen find the german dicitionary.
Obsolete patches/patch-aa.
While we're at it, update to 20011124 with new Homepage and mastersite.
Changes since last version:
- Conform with new rules (use ispell-deutsch for old rules!)
- many new words, esp. imperative and subjunctive forms
- new typo file with trap words that should never get into the dict
2002-07-27 19:05:54 +00:00

25 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/07/27 19:05:54 jschauma Exp $
#
DISTNAME= igerman98-20011124
PKGNAME= ispell-german-20011124
CATEGORIES= textproc
MASTER_SITES= http://lisa.goe.net/~bjacke/igerman98/dict/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://lisa.goe.net/~bjacke/igerman98/
COMMENT= German dictionary for interactive spelling checker
DEPENDS+= ispell-base>=3.1.20nb1:../../textproc/ispell-base
ALL_TARGET= german.hash
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib
${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)
.include "../../mk/bsd.pkg.mk"