aboutsummaryrefslogtreecommitdiff
path: root/hebrew/hspell/Makefile
blob: d1fa4656a1a646deee67fb5a55b69627d4e69d74 (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
31
32
33
34
35
36
37
# Ports collection makefile for:  hspell
# Date created:			  03 Feb 2003
# Whom:				  Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#

PORTNAME=	hspell
PORTVERSION=	0.5
CATEGORIES=	hebrew
MASTER_SITES=	http://www.ivrix.org.il/projects/spell-checker/

MAINTAINER=	yonatan@xpert.com
COMMENT=	Hebrew spellchecker and morphology engine

USE_PERL5=	yes

MAN1=		hspell.1

.if defined(NO_VERBOSE)
ALL_TARGET=install_compressed
PLIST_SUB+=	NOVERB=""
PLIST_SUB+=	VERB="@comment "
.else
PLIST_SUB+=	NOVERB="@comment "
PLIST_SUB+=	VERB=""

pre-everything::
	@${ECHO_CMD} "If you want a smaller, faster version where the -v"
	@${ECHO_CMD} "option is dysfunctional, stop now and use NO_VERBOSE."
	@sleep 3
.endif

post-install:
	@${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE}

.include <bsd.port.mk>