pkgsrc/textproc/hunspell-en_GB/Makefile
wiz 632ef522f4 Initial import of hunspell-en_GB:
British (Commonwealth and European) English dictionary for hunspell.
2007-09-11 18:37:53 +00:00

33 lines
836 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/09/11 18:37:53 wiz Exp $
#
VERSION= 20061130
DISTNAME= en_GB
PKGNAME= hunspell-en_GB-${VERSION}
CATEGORIES= textproc
MASTER_SITES= http://en-gb.pyxidium.co.uk/dictionary/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://en-gb.pyxidium.co.uk/dictionary/
COMMENT= British English dictionary for hunspell
DIST_SUBDIR= hunspell-dictionaries/en_GB-${VERSION}
# don't want -L
EXTRACT_OPTS_ZIP= -aqo
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
INSTALLATION_DIRS= share/hunspell share/doc/hunspell-en_GB
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/en_GB.* ${PREFIX}/share/hunspell
${INSTALL_DATA} ${WRKSRC}/README_en_GB.txt \
${PREFIX}/share/doc/hunspell-en_GB
${INSTALL_DATA} ${WRKSRC}/dictionary.lst \
${PREFIX}/share/doc/hunspell-en_GB
.include "../../mk/bsd.pkg.mk"