# $Id: Portfile,v 1.4 2004/02/03 00:30:06 waqar Exp $ PortSystem 1.0 name cook version 2.24 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 a6614c7fbabfa7450fec990715684e14 pre-configure { reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \ "${worksrcpath}/Makefile.in" } configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man