specifying a makefile

Rainer Müller raimue at macports.org
Tue Mar 3 08:45:54 PST 2009


Jeremy Lavergne wrote:
>>> How do I perform a "make -f FILE" in MacPorts?
>>>
>> try something like this:
>>
>> build.dir ${worksrcpath}/src
>> build.args -f makefile.osx
> 
> Thanks for the hints:  Those got me through the build phase.  Doing  
> the same for the destroot phase got me finished.
> 
> Is there a way of combining those 4 lines (since build.dir =  
> destroot.dir, build.args = destroot.args) or must they each be set  
> individually?

The default for destroot.dir is already ${build.dir}.

But there is no default for destroot.args. I am not sure if it would
always make sense to use build.args by default.

Rainer


More information about the macports-dev mailing list