reduce-algebra portfile dev

Joshua Root jmr at macports.org
Sat Aug 20 19:42:55 PDT 2011


On 2011-8-21 12:35 , Mark Brethen wrote:
> 
> Installation is described here:  http://sourceforge.net/apps/mediawiki/reduce-algebra/index.php?title=Installation
> 
> If you look towards the end of the sect "Complete Sources and Supporting Files" you'll read:
> 
> "After compilation a suitable executable redcsl or redpsl (with a .bat extension for Windows) will be found in the trunk/bin subdirectory.
> 
> There is no make install for installing things somewhere else in your filetree. We recommend to add trunk/bin to your PATH."
> 
> It sounds like manual Portfile scripting is necessary?

Yes, something like:

destroot {
	xinstall ${worksrcpath}/bin/redcsl ${destroot}${prefix}/bin
}

- Josh


More information about the macports-dev mailing list