diff options
author | pav <pav@FreeBSD.org> | 2005-09-16 03:50:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-16 03:50:00 +0800 |
commit | 73aa09a0084b20331e90284b18ae01282018742f (patch) | |
tree | b38cd33f91226dfb8afd2c11246c1434cd3889f1 /www/Makefile | |
parent | b8d3e353c1c26cce091e28c1b0716fb74c4e2ac2 (diff) | |
download | freebsd-ports-graphics-73aa09a0084b20331e90284b18ae01282018742f.tar.gz freebsd-ports-graphics-73aa09a0084b20331e90284b18ae01282018742f.tar.zst freebsd-ports-graphics-73aa09a0084b20331e90284b18ae01282018742f.zip |
A small and simple webserver programmed in C++ that was designed to make
sharing files easy. By default, it shares whatever folder it was executed from
on port 2000.
PR: ports/86001
Submitted by: Chris Laverdure <dashevil@gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c3179729ca6..4f2f3b7962d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -91,6 +91,7 @@ SUBDIR += dansguardian-devel SUBDIR += decss SUBDIR += demoroniser + SUBDIR += dfileserver SUBDIR += dhttpd SUBDIR += dillo SUBDIR += dokuwiki |