freebsd-ports/textproc/hunspell/Makefile
Sunpoet Po-Chuan Hsieh 5d84f9e74e - Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
- Remove unnecessary pre-build:
- Cleanup Makefile header
2012-10-10 13:01:16 +00:00

35 lines
799 B
Makefile

# Created by: janos.mohacsi@bsd.hu
# $FreeBSD$
PORTNAME= hunspell
PORTVERSION= 1.3.2
PORTREVISION= 1
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 --with-libiconv-prefix=${LOCALBASE} --with-readline --with-ui
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
USE_GNOME= gnomehack
USE_ICONV= yes
USE_LDCONFIG= yes
USE_NCURSES= yes
MANLANG= "" hu
MAN1_EN= hunspell.1 hunzip.1 hzip.1
MAN1_HU= hunspell.1
MAN3_EN= hunspell.3
MAN4_EN= hunspell.4
MAN4_HU= hunspell.4
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx
.include <bsd.port.mk>