Date: Fri, 14 Feb 1997 01:27:37 -0800 (PST) From: asami@vader.cs.berkeley.edu (Satoshi Asami) To: jmz@cabri.obs-besancon.fr Cc: roberto@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/misc/ispell Makefile Message-ID: <199702140927.BAA07775@silvia.HIP.Berkeley.EDU> In-Reply-To: <9702120144.AA05493@cabri.obs-besancon.fr> (message from Jean-Marc Zucconi on Wed, 12 Feb 97 02:44:39 %2B0100)
next in thread | previous in thread | raw e-mail | index | archive | help
* Well, here is the modified makefile. With your patch, I have been able * to build the 3 packages with 'make', 'make ISPELL_LANG=british' and * 'make ISPELL_LANG=french'. If you can make it a little more symmetric (see japanese/ptex2), it will be great. Breifly: @ if neither of BATCH and ISPELL_LANG are not set, prompt user and ask for choice. @ if BATCH is set and ISPELL_LANG is not set, print out message and default to (American) English. @ if ISPELL_LANG is set, go ahead and build it. * ...if defined(ISPELL_LANG) * ...if ${ISPELL_LANG}==french * EXTRA_DICT= francais-IREQ-1.4.tar.gz * MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ * DISTFILES+= ${EXTRA_DICT} * ISPELL= fr- * ...else * ISPELL= uk- * ...endif * ...endif Also, this will make "make ISPELL_LANG=american" produce a British dictionary.... ;) Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702140927.BAA07775>