freebsd-ports/hebrew/hspell/Makefile
Max Brazhnikov c8b578778c Update to 1.0,
sort plist,
add -fPIC flag to fix linking with hspell library.

PR:		ports/130353
Submitted by:	self
Approved by:	Jonatan B (maintainer), miwi (implicit)
2009-01-24 19:12:31 +00:00

30 lines
576 B
Makefile

# Ports collection makefile for: hspell
# Date created: 03 Feb 2003
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= hspell
PORTVERSION= 1.0
CATEGORIES= hebrew
MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ \
${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
post-install:
@${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE}
.include <bsd.port.mk>