# Created by: janos.mohacsi@bsd.hu # $FreeBSD$ PORTNAME= hunspell PORTVERSION= 1.3.2 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Improved spell-checker for Hungarian and other languages LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes USES= pathfix iconv ncurses readline USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx .include