2002-09-09 23:25:03 +02:00
|
|
|
# New ports collection makefile for: bozohttpd
|
|
|
|
# Date created: 21.03.2002
|
|
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bozohttpd
|
2004-11-11 18:08:30 +01:00
|
|
|
PORTVERSION= 20040823
|
2002-09-09 23:25:03 +02:00
|
|
|
CATEGORIES= www ipv6
|
2004-04-15 14:27:11 +02:00
|
|
|
MASTER_SITES= http://www.eterna.com.au/bozohttpd/ \
|
|
|
|
${MASTER_SITE_NETBSD}
|
2002-09-09 23:25:03 +02:00
|
|
|
|
2004-11-11 18:08:30 +01:00
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= The bozotic HTTP server
|
2002-09-09 23:25:03 +02:00
|
|
|
|
|
|
|
USE_BZIP2= YES
|
|
|
|
|
2003-10-21 16:06:11 +02:00
|
|
|
.if defined(WITH_HTPASSWD_SUPPORT)
|
|
|
|
CFLAGS+= -DDO_HTPASSWD
|
|
|
|
MAKE_ARGS+= 'LDFLAGS+= -lcrypt'
|
|
|
|
.endif
|
|
|
|
|
2004-04-13 13:02:13 +02:00
|
|
|
.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
|
|
|
|
|
2002-09-09 23:25:03 +02:00
|
|
|
MAN8= bozohttpd.8
|
|
|
|
MANCOMPRESSED= maybe
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= libexec/bozohttpd
|
2002-09-09 23:25:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|