# $Id: Portfile,v 1.1 2004/10/15 18:29:17 toby Exp $

PortSystem 1.0
name             webfs
version          1.21
categories       www
maintainers      toby@opendarwin.org
description      simple http server for purely static content
long_description \
    This is a simple http server for purely static content. You can use it \
    to serve the content of a ftp server via http for example. It is also \
    nice to export some files the quick way by starting a http server in a \
    few seconds, without editing some config file first.
homepage         http://linux.bytesex.org/misc/webfs.html
platforms        darwin

master_sites     http://dl.bytesex.org/releases/webfs/
checksums        md5 6dc125fe160479404147e7bbfc781dbc

patchfiles       patch-ls.c

configure        {}

destroot.destdir-append prefix=${prefix}
