aboutsummaryrefslogtreecommitdiff
path: root/hebrew/hspell/Makefile
blob: d445bddac5ac3a033252a85fd097b5420ca2fc97 (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
# Created by: Yonatan <onatan@gmail.com>
# $FreeBSD$

PORTNAME=	hspell
PORTVERSION=	1.4
CATEGORIES=	hebrew
MASTER_SITES=	http://hspell.ivrix.org.il/

MAINTAINER=	onatan@gmail.com
COMMENT=	Hebrew spellchecker and morphology engine

LICENSE=	AGPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake perl5 shebangfix
SHEBANG_FILES=	pmerge multispell
USE_LDCONFIG=	yes
USE_PERL5=	build
GNU_CONFIGURE=	yes
CFLAGS+=	-fPIC
CONFIGURE_ARGS=	--enable-fatverb \
		--enable-shared

SUB_FILES=	pkg-message

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhspell.so

.include <bsd.port.mk>