aboutsummaryrefslogtreecommitdiff
path: root/hebrew/hunspell/Makefile
blob: 4360215c1086950d60fc33333e05688139df9e6d (plain) (blame)
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
30
PORTNAME=	hunspell
PORTVERSION=	1.4
CATEGORIES=	hebrew textproc
MASTER_SITES=	http://hspell.ivrix.org.il/ \
		LOCAL/sunpoet/${PORTNAME}
DISTNAME=	hspell-${PORTVERSION}
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	office@FreeBSD.org
COMMENT=	Hebrew hunspell dictionaries
WWW=		http://hspell.ivrix.org.il/

LICENSE=	AGPLv3

ALL_TARGET=	hunspell
CONFIGURE_ARGS=	--enable-fatverb
GNU_CONFIGURE=	yes
NO_ARCH=	yes
USE_PERL5=	build
USES=		gmake iconv:build perl5 shebangfix
SHEBANG_FILES=	${WRKSRC}/pmerge

PLIST_FILES=	${DATADIR}/he.aff \
		${DATADIR}/he.dic

do-install:
	${MKDIR} ${STAGEDIR}${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/he.aff ${WRKSRC}/he.dic ${STAGEDIR}${DATADIR}/

.include <bsd.port.mk>