blob: 5db62ba9ca53994baef5a0e57b1f8accbcb15ed0 (
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
32
33
34
35
36
37
38
39
40
41
|
# New ports collection makefile for: hunspell
# Date created: 24.07.2004
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= hunspell
PORTVERSION= 1.3.2
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Improved spell-checker for Hungarian and other languages
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= dual
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ui --with-readline --disable-nls
MAKE_JOBS_SAFE= yes
USE_NCURSES= yes
USE_GNOME= gnomehack
MANLANG= "" hu
MAN1_EN= hunspell.1 \
hunzip.1 \
hzip.1
MAN3_EN= hunspell.3
MAN4_EN= hunspell.4
MAN1_HU= hunspell.1
MAN4_HU= hunspell.4
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/src/tools/hunspell.cxx
.include <bsd.port.mk>
|