2003-04-02 13:14:00 +02:00
|
|
|
# Ports collection makefile for: hspell
|
|
|
|
# Date created: 03 Feb 2003
|
2004-11-14 23:26:11 +01:00
|
|
|
# Whom: Yonatan <onatan@gmail.com>
|
2003-04-02 13:14:00 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hspell
|
2004-12-01 21:15:50 +01:00
|
|
|
PORTVERSION= 0.8
|
2003-04-02 13:14:00 +02:00
|
|
|
CATEGORIES= hebrew
|
|
|
|
MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/
|
|
|
|
|
2004-11-14 23:26:11 +01:00
|
|
|
MAINTAINER= onatan@gmail.com
|
2003-04-02 13:14:00 +02:00
|
|
|
COMMENT= Hebrew spellchecker and morphology engine
|
|
|
|
|
2003-08-06 19:09:59 +02:00
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
USE_GMAKE= yes
|
2004-12-01 21:15:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET=
|
2003-04-02 13:14:00 +02:00
|
|
|
|
|
|
|
MAN1= hspell.1
|
2004-12-01 21:15:50 +01:00
|
|
|
MAN3= hspell.3
|
2003-04-02 13:14:00 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|