summaryrefslogtreecommitdiff
path: root/textproc/hunspell-en_US/Makefile
blob: ff9ef86fd435873320945e0422a2a573c0f1eac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.4 2012/10/25 06:55:55 asau 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

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"