7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
929 B
Makefile
29 lines
929 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/05/29 23:37:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= igerman98-20120607
|
|
PKGNAME= ${DISTNAME:S/german98/spell-de/1}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://j3e.de/ispell/igerman98/dict/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://j3e.de/ispell/igerman98/
|
|
COMMENT= German dictionary for interactive spelling checker
|
|
|
|
CONFLICTS+= ispell-german-[0-9]*
|
|
DEPENDS+= ispell>=3.1.20nb1:../../textproc/ispell
|
|
|
|
BUILD_TARGET= ispell/de_DE.aff ispell/de_DE.hash ispell/de_AT.aff ispell/de_AT.hash ispell/de_CH.aff ispell/de_CH.hash
|
|
USE_TOOLS+= gmake perl
|
|
REPLACE_PERL= bin/dic2iso.pl bin/grepl bin/sq.pl bin/myspellfixprefix.pl \
|
|
bin/clear_affix.pl bin/unsq.pl bin/uniqflag.pl
|
|
|
|
INSTALLATION_DIRS= lib
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/ispell/*.aff ${DESTDIR}${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/ispell/*.hash ${DESTDIR}${PREFIX}/lib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|