aboutsummaryrefslogtreecommitdiffstats
path: root/www/bozohttpd/Makefile
blob: ecaf88fdd318b423f3810c51723ec857bda5f6d4 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    bozohttpd
# Date created:         21.03.2002
# Whom:                 Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#

PORTNAME=   bozohttpd
PORTVERSION=    20040823
CATEGORIES= www ipv6
MASTER_SITES=   http://www.eterna.com.au/bozohttpd/ \
        ${MASTER_SITE_NETBSD}

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

.if !defined(WITHOUT_SSL)
USE_OPENSSL=    yes
CFLAGS+=    -UNO_SSL_SUPPORT
.else
CFLAGS+=    -DNO_SSL_SUPPORT
.endif

.if defined(NO_CGI)
CFLAGS+=    -DNO_CGIBIN_SUPPORT
.else
CFLAGS+=    -UNO_CGIBIN_SUPPORT
.endif

MAN8=       bozohttpd.8
MANCOMPRESSED=  maybe
PLIST_FILES=    libexec/bozohttpd

.include <bsd.port.mk>