a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20267 2006-11-01 01:45:51Z blair@macports.org $
PortSystem 1.0
name cook
version 2.25
categories devel
maintainers waqar@macports.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