freebsd-ports/www/bozohttpd/Makefile
Kirill Ponomarev 9b67ad7860 - Update to version 20031005
o basic authorisation fixes (Nicolas Jombart)
  o display file size in directory index mode
  o .xbel, .xml & .xsl -> text/xml mappings

PR:		58281
Submitted by:	maintainer
2003-10-21 14:06:11 +00:00

26 lines
506 B
Makefile

# New ports collection makefile for: bozohttpd
# Date created: 21.03.2002
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= bozohttpd
PORTVERSION= 20031005
CATEGORIES= www ipv6
MASTER_SITES= http://www.eterna.com.au/bozohttpd/
MAINTAINER= Janos.Mohacsi@bsd.hu
COMMENT= The bozotic HTTP server
USE_BZIP2= YES
.if defined(WITH_HTPASSWD_SUPPORT)
CFLAGS+= -DDO_HTPASSWD
MAKE_ARGS+= 'LDFLAGS+= -lcrypt'
.endif
MAN8= bozohttpd.8
MANCOMPRESSED= maybe
.include <bsd.port.mk>