a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name monkeyd
version 0.9.0
categories www
platforms darwin
maintainers nomaintainer@macports.org
description fast, efficient, small and easy to configure web server
long_description Monkey is a Web server written in C. This is an open \
source project based on the HTTP/1.1 protocol. The objective \
is to develop a fast, efficient, small and easy to configure \
web server.
homepage http://monkeyd.sourceforge.net/
master_sites ${homepage}/versions/
distname monkey-${version}
checksums md5 e8bcde30b93b84656897bcd60683bcf0
patchfiles patch-user.c \
patch-configure
configure.args --bindir=${prefix}/sbin \
--sysconfdir=${prefix}/etc/monkeyd \
--logdir=${prefix}/var/log/monkeyd \
--cgibin=${prefix}/var/monkeyd/cgi-bin/ \
--datadir=${prefix}/var/monkeyd/htdocs/ \
--lang=en
build.target
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/var/log/monkeyd/ \
${destroot}${prefix}/var/monkeyd/cgi-bin/
system "touch ${destroot}${prefix}/var/log/monkeyd/.turd"
}