From bec7fd75f31f441c43010f2768ea229fdae4f17d Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Thu, 24 Dec 1998 16:29:00 +0000 Subject: PR: ports/9072 Submitted by: josh@quick.net Spelling checker with better suggestion logic than ispell --- textproc/aspell/Makefile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 textproc/aspell/Makefile (limited to 'textproc/aspell/Makefile') diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile new file mode 100644 index 000000000000..06835de6217e --- /dev/null +++ b/textproc/aspell/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: aspell +# Version required: .24 +# Date created: 7 December 1998 +# Whom: Josh Gilliam +# +# $Id$ +# + +DISTNAME= aspell-.24 +PKGNAME= aspell-0.24 +CATEGORIES= textproc +MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ + ftp://ftp.kddlabs.co.jp/pub/Tools/aspell/ \ + ftp://maroon.webmaster.com/pub/aspell/ + +MAINTAINER= josh@quick.net + +BUILD_DEPENDS= ${PREFIX}/include/stlport/hash_map:${PORTSDIR}/devel/stlport + +WRKSRC= ${WRKDIR}/aspell +GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include/stlport" +USE_GMAKE= yes +MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} + +WORDLIST?= /usr/share/dict/words + +.if !exists(${WORDLIST}) +WORDLIST= ${WRKSRC}/english.wl +.endif + +post-patch: + @${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.pre_sed + @${SED} -e 's%@WORDLIST@%${WORDLIST}%' \ + < ${WRKSRC}/Makefile.in.pre_sed > ${WRKSRC}/Makefile.in + @${ECHO_MSG} "===> Using ${WORDLIST} as English word list." + +pre-install: + @${RM} -f ${WRKSRC}/man-html/3_aspell.html \ + ${WRKSRC}/man-html/4_Libray.html \ + ${WRKSRC}/man-html/manual2.html \ + ${WRKSRC}/man-text/3_aspell.txt \ + ${WRKSRC}/man-text/4_Libray.txt \ + ${WRKSRC}/man-text/manual2.txt + +.include -- cgit v1.2.3