blob: b1a3ce12d95a0ff9f8cf23390735efaff9b8a056 (
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
|
# 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>
|