1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/bozohttpd/Makefile
Cheng-Lung Sung a301e6d96c - Maintainer Update to www/bozohttpd to version 20060517
Original package changes:
  * make directory indexing mode not look so ugly
  * build a text version of the manual page
  * make "make clean" work properly

PR:		ports/99878
Submitted by:	maintainer (Janos Mohacsi)
2006-07-08 05:16:35 +00:00

42 lines
764 B
Makefile

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