diff options
Diffstat (limited to 'textproc/ispell-german/Makefile')
-rw-r--r-- | textproc/ispell-german/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile index 04fc1bc0e22..72abcb826c1 100644 --- a/textproc/ispell-german/Makefile +++ b/textproc/ispell-german/Makefile @@ -1,22 +1,25 @@ -# $NetBSD: Makefile,v 1.2 2002/07/27 19:05:54 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/16 00:13:09 wiz Exp $ # -DISTNAME= igerman98-20011124 -PKGNAME= ispell-german-20011124 +DISTNAME= igerman98-20021114 +PKGNAME= ispell-german-20021114 CATEGORIES= textproc -MASTER_SITES= http://lisa.goe.net/~bjacke/igerman98/dict/ +MASTER_SITES= http://j3e.de/ispell/igerman98/dict/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org -HOMEPAGE= http://lisa.goe.net/~bjacke/igerman98/ +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_GMAKE= YES +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_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) |