blob: b1e552231a166c53e657b8838be0a77f13e8b626 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= archie@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.mk>
|