2003-04-02 11:14:00 +00:00
|
|
|
# Ports collection makefile for: hspell
|
|
|
|
# Date created: 03 Feb 2003
|
2004-11-14 22:26:11 +00:00
|
|
|
# Whom: Yonatan <onatan@gmail.com>
|
2003-04-02 11:14:00 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hspell
|
2010-08-01 12:15:02 +00:00
|
|
|
PORTVERSION= 1.1
|
2003-04-02 11:14:00 +00:00
|
|
|
CATEGORIES= hebrew
|
2010-08-01 12:15:02 +00:00
|
|
|
MASTER_SITES= http://hspell.ivrix.org.il/ \
|
2009-01-24 19:12:31 +00:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= makc
|
2003-04-02 11:14:00 +00:00
|
|
|
|
2004-11-14 22:26:11 +00:00
|
|
|
MAINTAINER= onatan@gmail.com
|
2003-04-02 11:14:00 +00:00
|
|
|
COMMENT= Hebrew spellchecker and morphology engine
|
|
|
|
|
2003-08-06 17:09:59 +00:00
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
USE_GMAKE= yes
|
2004-12-01 20:15:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2009-01-24 19:12:31 +00:00
|
|
|
CFLAGS+= -fPIC
|
2003-04-02 11:14:00 +00:00
|
|
|
|
|
|
|
MAN1= hspell.1
|
2004-12-01 20:15:50 +00:00
|
|
|
MAN3= hspell.3
|
2010-01-31 03:43:42 +00:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
SUB_LIST= PORTSDIR=${PORTSDIR}
|
2003-04-02 11:14:00 +00:00
|
|
|
|
|
|
|
post-install:
|
2010-01-31 03:43:42 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2003-04-02 11:14:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|