freebsd-ports/www/bozohttpd/Makefile

42 lines
764 B
Makefile
Raw Normal View History

# New ports collection makefile for: bozohttpd
# Date created: 21.03.2002
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= bozohttpd
PORTVERSION= 20040218
CATEGORIES= www ipv6
MASTER_SITES= http://www.eterna.com.au/bozohttpd/ \
${MASTER_SITE_NETBSD}
MAINTAINER= Janos.Mohacsi@bsd.hu
2003-02-21 15:08:24 +01:00
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>