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 328061 2013-09-23 21:36:35Z bapt $
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 post-patch:
23         @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
24
25 .include <bsd.port.mk>