freebsd-ports/www/lws/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

22 lines
441 B
Makefile

# New ports collection makefile for: lws
# Date created: 21 Aug 2002
# Whom: Archie Cobbs
#
# $FreeBSD$
#
PORTNAME= lws
PORTVERSION= 0.1.2
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>