2004-05-20 16:52:50 +02:00
|
|
|
# New ports collection makefile for: hunspell
|
|
|
|
# Date created: 24.07.2004
|
|
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hunspell
|
2011-07-19 07:23:03 +02:00
|
|
|
PORTVERSION= 1.3.2
|
2011-10-31 10:25:53 +01:00
|
|
|
PORTREVISION= 1
|
2011-07-19 07:26:07 +02:00
|
|
|
CATEGORIES= textproc
|
2011-07-19 07:23:03 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}
|
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
|
|
|
|
2011-10-31 10:25:53 +01:00
|
|
|
CONFIGURE_ARGS= --disable-nls --with-readline --with-ui \
|
|
|
|
--with-libiconv-prefix=${LOCALBASE}
|
2006-11-10 15:11:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-07-19 07:23:03 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_GNOME= gnomehack
|
2011-08-13 06:46:21 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_NCURSES= yes
|
2011-10-31 10:25:53 +01:00
|
|
|
USE_ICONV= yes
|
2004-05-20 16:52:50 +02:00
|
|
|
|
2011-07-19 07:23:03 +02:00
|
|
|
MANLANG= "" hu
|
2011-08-13 06:46:21 +02:00
|
|
|
MAN1_EN= hunspell.1 hunzip.1 hzip.1
|
|
|
|
MAN1_HU= hunspell.1
|
2011-07-19 07:23:03 +02:00
|
|
|
MAN3_EN= hunspell.3
|
|
|
|
MAN4_EN= hunspell.4
|
|
|
|
MAN4_HU= hunspell.4
|
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
|
|
|
|
2011-10-29 21:01:59 +02:00
|
|
|
pre-build:
|
|
|
|
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
|
2011-10-31 12:56:37 +01:00
|
|
|
${WRKSRC}/configure ${WRKSRC}/config.h.in
|
2011-10-29 21:01:59 +02:00
|
|
|
|
2011-07-19 07:23:03 +02:00
|
|
|
.include <bsd.port.mk>
|