2012-10-10 15:01:16 +02:00
|
|
|
# Created by: janos.mohacsi@bsd.hu
|
2004-05-20 16:52:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hunspell
|
2014-06-10 08:19:43 +02:00
|
|
|
PORTVERSION= 1.3.3
|
2011-07-19 07:26:07 +02:00
|
|
|
CATEGORIES= textproc
|
2011-07-19 07:23:03 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}
|
2012-10-10 15:01:16 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2004-05-20 16:52:50 +02:00
|
|
|
|
2011-07-22 07:30:11 +02:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2008-09-03 20:54:24 +02:00
|
|
|
COMMENT= Improved spell-checker for Hungarian and other languages
|
2004-05-20 16:52:50 +02:00
|
|
|
|
2011-07-19 07:23:03 +02:00
|
|
|
LICENSE= GPLv2 LGPL21 MPL
|
|
|
|
LICENSE_COMB= dual
|
2006-11-10 15:11:20 +01:00
|
|
|
|
2013-12-18 19:27:04 +01:00
|
|
|
CONFLICTS_INSTALL= tinker-[0-9]*
|
2013-09-04 22:01:05 +02:00
|
|
|
CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui
|
2006-11-10 15:11:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-06-10 08:19:43 +02:00
|
|
|
USES= libtool:keepla pathfix iconv ncurses readline shebangfix perl5
|
2013-10-31 16:11:11 +01:00
|
|
|
SHEBANG_FILES= src/tools/ispellaff2myspell
|
2011-08-13 06:46:21 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-10-31 16:11:11 +01:00
|
|
|
USE_PERL5= run
|
2014-06-10 08:19:43 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2004-05-20 16:52:50 +02:00
|
|
|
|
|
|
|
post-patch:
|
2011-08-13 06:46:21 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
|
2004-05-20 16:52:50 +02:00
|
|
|
|
2013-10-31 16:11:11 +01:00
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} -e 's|444|644|g' ${WRKSRC}/src/parsers/Makefile
|
|
|
|
|
2011-07-19 07:23:03 +02:00
|
|
|
.include <bsd.port.mk>
|