aboutsummaryrefslogtreecommitdiffstats
path: root/www/webfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webfs/Makefile')
-rw-r--r--www/webfs/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/webfs/Makefile b/www/webfs/Makefile
index 32e3620d0e77..4abdbe29f56d 100644
--- a/www/webfs/Makefile
+++ b/www/webfs/Makefile
@@ -7,11 +7,11 @@
PORTNAME= webfs
PORTVERSION= 1.21
-PORTREVISION= 0
CATEGORIES= www ipv6
-MASTER_SITES= http://dl.bytesex.org/releases/webfs/
+MASTER_SITES= http://dl.bytesex.org/releases/webfs/ \
+ http://www.bsd-geek.de/FreeBSD/distfiles/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= lars.engels@0x20.net
COMMENT= A simple http server for static content
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
@@ -24,9 +24,13 @@ MAKE_ENV= USE_SSL=no
.endif
MAKE_ENV+= LDLIBS="-lssl -lcrypto" USE_DIET=no
+PLIST_FILES= sbin/webfsd
+
MAN1= webfsd.1
MIMEFILE?= ${LOCALBASE}/etc/mime.types
+USE_RC_SUBR= webfsd
+
pre-everything::
@${ECHO_CMD} ""
@${ECHO_CMD} "==========================================="