using apxs

Ryan Schmidt ryandesign at macports.org
Tue Sep 29 13:20:16 PDT 2009


On Sep 29, 2009, at 15:17, Bradley Giesbrecht wrote:

> I need to skip configure and make and use the following command  
> instead.
>
> apxs -i -a -c mod_bw.c
>
> How can I do this?

You could do:

use_configure no
build {
     system "apxs -i -a -c mod_bw.c"
}


> And then I would move my files into distroot manually, right?

Presumably.



More information about the macports-dev mailing list