# $Id: Portfile,v 1.5 2005/01/03 08:50:52 waqar Exp $ PortSystem 1.0 name cook version 2.25 categories devel maintainers waqar@opendarwin.org description Cook is a replacement for the traditional make(1) tool. long_description \ Cook is a tool for constructing files. It is given a \ set of files to create, and recipes of how to create \ them. In any non-trivial program there will be \ prerequisites to performing the actions necessary to \ creating any file, such as include files. Cook provides \ a mechanism to define these. homepage http://www.canb.auug.org.au/~millerp/cook/cook.html platforms darwin master_sites http://www.canb.auug.org.au/~millerp/${name}/ checksums md5 fd116da31c59c04abe41519fc131b504 pre-configure { reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \ "${worksrcpath}/Makefile.in" } configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man