Forwarding from macports-users.

vq

Begin forwarded message:

> From: "Randolph M. Fritz" <[email protected]>
> Subject: Building a cmake-based package
> Date: August 3, 2012 8:00:18 p.m. EDT
> To: [email protected]
> 
> The shell commands I'd like to write for the configure step are:
> cd ${worksrcpath}
> cmake -G 'Unix Makefiles'
> 
> After that, I think everything will just drop into place.
> 
> So far, though, I can't figure out what to write in the "configure" step to 
> get this to happen.  I've tried numerous variations on:
> configure         {
>   cd ${worksrcpath}
>   exec cmake -G {Unix Makefiles}
> }
> but so far no joy.
> 
> I'm sure it's simple once one knows how.
> -- 
> Randolph

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to