understanding of make.conf

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Thu Apr 6 13:29:17 UTC 2006


"Beat.Siegenthaler" <beat.siegenthaler at beatsnet.com> writes:

> Hi all,
> 
> i try to build NTP from ports. As I have a new old trimble GPS i want to
> add the parse clock for trimble tsip.
> 
> When i do a
> 
> ./configure --enable-TRIMTSIP
> 
> directly in the work folder i get
> "checking Trimble GPS receiver/TSIP protocol... yes" -> looks good
> 
> What is the equivalent in make.conf ?
> 
> .if${.CURDIR:M*/net/ntp}
> TRIMTSIP=YES
> .endif
> 
> and many other try's do not work.
> "checking Trimble GPS receiver/TSIP protocol... no"

Did you have any reason to think that would work?
I would expect the syntax to be more like
CONFIGURE_ARGS+=  --enable-TRIMTSIP 


More information about the freebsd-questions mailing list