Fwd: Building a cmake-based package
Lawrence Velázquez
larry.velazquez at gmail.com
Fri Aug 3 18:02:03 PDT 2012
Forwarding from macports-users.
vq
Begin forwarded message:
> From: "Randolph M. Fritz" <RFritz at lbl.gov>
> Subject: Building a cmake-based package
> Date: August 3, 2012 8:00:18 p.m. EDT
> To: macports-users at lists.macosforge.org
>
> 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
More information about the macports-dev
mailing list