aboutsummaryrefslogtreecommitdiffstats
path: root/www/bozohttpd/Makefile
blob: f016162d2288a3cf99cd5f2cedba1df82ad8ad3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>