1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/hebrew/hspell/Makefile
Max Brazhnikov 9483c4f2b2 Update to 1.1
PR:		ports/148724
Submitted by:	makc@
Approved by:	maintainer timeout (two weeks)
2010-08-01 12:15:02 +00:00

32 lines
576 B
Makefile

# Ports collection makefile for: hspell
# Date created: 03 Feb 2003
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= hspell
PORTVERSION= 1.1
CATEGORIES= hebrew
MASTER_SITES= http://hspell.ivrix.org.il/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= makc
MAINTAINER= onatan@gmail.com
COMMENT= Hebrew spellchecker and morphology engine
USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CFLAGS+= -fPIC
MAN1= hspell.1
MAN3= hspell.3
SUB_FILES= pkg-message
SUB_LIST= PORTSDIR=${PORTSDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>