# $Id: Portfile 50631 2009-05-05 17:17:54Z toby@macports.org $ PortSystem 1.0 name mongoose version 2.6 categories www maintainers toby description easy to use web server long_description \ Easy to use web server for Windows and UNIX. Mongoose provides simple \ and clean API for embedding it into existing programs. Targeting Web \ application developers, embedded system developers, and people who \ need to setup file sharing quickly. homepage http://code.google.com/p/mongoose/ platforms darwin master_sites googlecode extract.suffix .tgz checksums md5 56afae4cfb86e836024df31224db8104 \ sha1 6aae2ffbd6f758b33f20c836bf4af0ed77499d34 \ rmd160 bd682626c5b08ce09920179a3d38dd5272cacc04 worksrcdir ${name} patchfiles patch-Makefile configure { reinplace s|__CFLAGS__|${configure.cflags}| ${worksrcpath}/Makefile } build.target mac build.env CC=${configure.cc} destroot { xinstall -m 555 ${worksrcpath}/mongoose ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/mongoose.1 ${destroot}${prefix}/share/man/man1 } test.run yes