# $Id$ PortSystem 1.0 name cook version 2.31 categories devel maintainers waqar@macports.org boeyms 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://miller.emu.id.au/pmiller/software/cook/ platforms darwin master_sites ${homepage} checksums md5 dcdfc68de227e50e3f497451f9574711 \ sha1 d360091aef3ed7d020a65fcf351f69c90a77185c \ rmd160 5ef3a6bd4853950626b7d8d77fb8e3cef3119d9b depends_lib port:libiconv port:gettext patchfiles patch-common__help.c.diff patch-common__ts.c.diff pre-configure { reinplace "s|__PREFIX__|${prefix}|g" \ "${worksrcpath}/common/help.c" } build.env-append RPM_BUILD_ROOT=${destroot} destroot.env-append RPM_BUILD_ROOT=${destroot} configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man \ --datadir=${prefix}/share