blob: 0dbc23d2c4399af1e7a9443edff38c82870e94ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Yonatan <onatan@gmail.com>
# $FreeBSD$
PORTNAME= hspell
PORTVERSION= 1.1
CATEGORIES= hebrew
MASTER_SITES= http://hspell.ivrix.org.il/ \
LOCAL/makc
MAINTAINER= onatan@gmail.com
COMMENT= Hebrew spellchecker and morphology engine
USES= shebangfix gmake perl5
USE_PERL5= build
GNU_CONFIGURE= yes
CFLAGS+= -fPIC
SHEBANG_FILES= pmerge multispell
SUB_FILES= pkg-message
SUB_LIST= PORTSDIR=${PORTSDIR}
.include <bsd.port.mk>
|