Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 14:49:17 +0200
From:      Christopher Illies <christopher.illies@molmed.ki.se>
To:        Rob Paxon <rpaxon@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: storing make options / interactive configuration
Message-ID:  <20050720124916.GA55577@Klabautermann.ks.se>
In-Reply-To: <2ee9ec8505071919425acd3ac3@mail.gmail.com>
References:  <2ee9ec8505071919425acd3ac3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 19, 2005 at 10:42:19PM -0400, Rob Paxon wrote:

> 3.) Where do you guys prefer to store your make options? I've read
> using 'pkgtools.conf', but assume this doesn't effect 'make install',
> only portupgrade et al.

I use something like the following in my /etc/make.conf:

######################
#port specific options
######################
.if ${.CURDIR:M*/www/mplayer-plugin}
WITH_MOZILLA=firefox
.endif

This way it works well both with 'make install' and portupgrade/
portmanager.  I took the idea from the portmanager man page.

Christopher



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