Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2001 11:40:05 -0500
From:      Kutulu <kutulu@kutulu.org>
To:        Hanspeter Roth <hanspeter_roth@hotmail.com>
Cc:        ports@FreeBSD.ORG
Subject:   Re: customizing a port
Message-ID:  <20011231114005.B80099@pr0n.kutulu.org>
In-Reply-To: <20011231165258.A19838@bs13.bsag.ch>; from hanspeter_roth@hotmail.com on Mon, Dec 31, 2001 at 04:52:58PM %2B0100
References:  <20011231165258.A19838@bs13.bsag.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 31, 2001 at 04:52:58PM +0100, Hanspeter Roth wrote:
> Hello,
> 
> how can one customize a port?
> Many software packages have ./configure when installed from .tar.gz.
> Is there a means to access this configuration when installing a
> port?
> (E.G if I want an alternate terminal library?)

In most cases, you can define CONFIGURE_ARGS on the make command line to
generate arguments to configure.

make -DCONFIGURE_ARGS='--with-included-regex' install

This will work with varying degrees of success for a given port, as some
ports replace CONFIGURE_ARGS with their own, instead of
appending to it.


--K

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011231114005.B80099>