2002-08-21 19:09:38 -04:00
|
|
|
# New ports collection makefile for: lws
|
|
|
|
# Date created: 21 Aug 2002
|
|
|
|
# Whom: Archie Cobbs
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lws
|
2002-09-13 20:42:13 -04:00
|
|
|
PORTVERSION= 0.1.2
|
2002-08-21 19:09:38 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= archie
|
|
|
|
|
|
|
|
MAINTAINER= archie@freebsd.org
|
2003-03-07 01:14:21 -05:00
|
|
|
COMMENT= Lightweight threaded HTTP/HTTPS web server based on libpdel(3)
|
2002-08-21 19:09:38 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
|
|
|
|
|
|
|
|
MAN1= lws.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|