Tweak textproc/hunspell version 1.3.2_2
[dports.git] / textproc / hunspell / Makefile
1 # Created by: janos.mohacsi@bsd.hu
2 # $FreeBSD: textproc/hunspell/Makefile 326316 2013-09-04 20:01:05Z bsam $
3
4 PORTNAME=       hunspell
5 PORTVERSION=    1.3.2
6 PORTREVISION=   2
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 ${ICONV_CONFIGURE_ARG} --with-readline --with-ui
18 GNU_CONFIGURE=  yes
19 USES=           pathfix iconv ncurses readline
20 USE_LDCONFIG=   yes
21
22 MANLANG=        "" hu
23 MAN1_EN=        hunspell.1 hunzip.1 hzip.1
24 MAN1_HU=        hunspell.1
25 MAN3_EN=        hunspell.3
26 MAN4_EN=        hunspell.4
27 MAN4_HU=        hunspell.4
28
29 post-patch:
30         @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
31
32 .include <bsd.port.mk>