1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/www/bozohttpd/Makefile
Wesley Shields 7bfc8d0f68 Add an RC script.
PR:		ports/119553
Submitted by:	Oleg Pudeyev <oleg@bsdpower.com>
Approved by:	Mohacsi Janos (maintainer), garga (mentor)
2008-01-24 23:29:53 +00:00

44 lines
803 B
Makefile

# New ports collection makefile for: bozohttpd
# Date created: 21.03.2002
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= bozohttpd
PORTVERSION= 20060517
PORTREVISION= 1
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
USE_RC_SUBR= bozohttpd
.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>