1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/lws/Makefile
2008-07-08 09:23:03 +00:00

29 lines
534 B
Makefile

# New ports collection makefile for: lws
# Date created: 21 Aug 2002
# Whom: Archie Cobbs
#
# $FreeBSD$
#
PORTNAME= lws
PORTVERSION= 0.2.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight threaded HTTP/HTTPS web server based on libpdel(3)
LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
MAN1= lws.1
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>