pkgsrc/textproc/hunspell-en_US/Makefile

31 lines
823 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/08/25 11:57:46 wiz Exp $
#
VERSION= 20060207
DISTNAME= en_US
PKGNAME= hunspell-en_US-${VERSION}
CATEGORIES= textproc
MASTER_SITES= http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wiki.services.openoffice.org/wiki/Dictionaries
COMMENT= US American English dictionaries for hunspell
PKG_DESTDIR_SUPPORT= user-destdir
DIST_SUBDIR= hunspell-dictionaries/en_US-${VERSION}
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
INSTALLATION_DIRS= share/hunspell share/doc/hunspell-en_US
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/en_US.* ${DESTDIR}${PREFIX}/share/hunspell
${INSTALL_DATA} ${WRKSRC}/README_en_US.txt \
${DESTDIR}${PREFIX}/share/doc/hunspell-en_US
.include "../../mk/bsd.pkg.mk"