Import textproc/hunspell version 1.3.2_1
[dports.git] / textproc / hunspell / Makefile
1 # Created by: janos.mohacsi@bsd.hu
2 # $FreeBSD: ports/textproc/hunspell/Makefile,v 1.32 2012/11/17 06:01:59 svnexp Exp $
3
4 PORTNAME=       hunspell
5 PORTVERSION=    1.3.2
6 PORTREVISION=   1
7 CATEGORIES=     textproc
8 MASTER_SITES=   SF/${PORTNAME}/Hunspell/${PORTVERSION}
9 DIST_SUBDIR=    ${PORTNAME}
10
11 MAINTAINER=     office@FreeBSD.org
12 COMMENT=        Improved spell-checker for Hungarian and other languages
13
14 LICENSE=        GPLv2 LGPL21 MPL
15 LICENSE_COMB=   dual
16
17 CONFIGURE_ARGS= --disable-nls --with-libiconv-prefix=${LOCALBASE} --with-readline --with-ui
18 GNU_CONFIGURE=  yes
19 MAKE_JOBS_SAFE= yes
20 USE_GNOME=      gnomehack
21 USE_ICONV=      yes
22 USE_LDCONFIG=   yes
23 USE_NCURSES=    yes
24
25 MANLANG=        "" hu
26 MAN1_EN=        hunspell.1 hunzip.1 hzip.1
27 MAN1_HU=        hunspell.1
28 MAN3_EN=        hunspell.3
29 MAN4_EN=        hunspell.4
30 MAN4_HU=        hunspell.4
31
32 post-patch:
33         @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
34
35 .include <bsd.port.mk>