pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: default variables
> with the geant4 package I'm trying to port there are lots of environment
> variables that define the building and installing processes, for
> example:
> G4BIN: where the compiled binaries are installed.
> G4LIB: where the compiled libraries are installed.
> G4SYSTEM: defines the OS and C++ compiler.
> .
> .
> .
> LOTS MORE.
>
> how exactly I should handle this variables (note that there is no
> configure stage). I tought to define them using something like:
>
> G4BIN=${LOCALBASE}/bin
> etc.
>
> but it doesn't look right to me; is there a better way to pass this
> variables? (sorry for the dumb question, but I did not find the answer
> on the pkgsrc guide)
Maybe set like:
CONFIGURE_ENV+= G4BIN=${LOCALBASE}/bin
or
MAKE_ENV+= G4BIN=${LOCALBASE}/bin
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss
Home |
Main Index |
Thread Index |
Old Index