GNAT and LAPACK
Gerald Pfeifer
gerald at pfeifer.com
Fri Jan 8 13:45:37 UTC 2010
On Fri, 8 Jan 2010, freebsd-ports at coreland.ath.cx wrote:
> This appears to be the correct list of files that only apply to GNAT:
>
> http://coreland.ath.cx/tmp/gnat-dist.txt
Note that if you want to combine this with lang/gcc44 as I had
suggested you'll need something like
TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX}
CONFIGURE_ARGS+= --libdir=${TARGLIB} \
--libexecdir=${LIBEXEC}
in your port.
Glimpsing at the list your created, it does look good to me.
Gerald
More information about the freebsd-ports
mailing list