aboutsummaryrefslogtreecommitdiff
path: root/www/xshttpd-devel/Makefile
blob: e8ac440c985bbdf8b1a547688ab7ef4544218c18 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Created by: Ed Schouten <ed@fxq.nl>

PORTNAME=	xshttpd
DISTVERSION=	3.7b35
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.stack.nl/pub/xs-httpd/release/ \
		ftp://mud.stack.nl/pub/xs-httpd/release/
PKGNAMESUFFIX=	-devel
DISTNAME=	${PORTNAME}-${DISTVERSION:S/.//}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Webserver with CGI as own user and SSL support

RUN_DEPENDS=	run-mailcap:misc/mime-support
LIB_DEPENDS=	libpcre.so:devel/pcre

CONFLICTS_INSTALL=	xshttpd-[0-9]* publicfile-[0-9]*

USES=		ssl tar:bzip2
USE_RC_SUBR=	xshttpd
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-hier=bsd --with-userid=${WWWOWN}:${WWWGRP}

OPTIONS_DEFINE=		BDB CURL LDAP M4 NETPBM PERL DOCS
OPTIONS_DEFAULT=	BDB CURL M4 NETPBM
OPTIONS_SUB=		yes
BDB_USES=		bdb:5+
BDB_CONFIGURE_ON=	--with-db-libdir=${BDB_LIB_DIR} \
			--with-db-include-dir=${BDB_INCLUDE_DIR}
BDB_CONFIGURE_WITH=	db
CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
CURL_CONFIGURE_WITH=	curl
LDAP_USE=		openldap
LDAP_CONFIGURE_WITH=	ldap
M4_DESC=		Enable configuration preprocessor (m4)
M4_CONFIGURE_WITH=	preprocessor
NETPBM_DESC=		Enable NETPBM (for graphical counters)
NETPBM_RUN_DEPENDS=	ppmtogif:graphics/netpbm
PERL_DESC=		Enable persistent Perl interpreter
PERL_USES=		perl5
PERL_CONFIGURE_WITH=	perl

PORTDOCS=	README ChangeLog

post-patch:
	@${REINPLACE_CMD} \
		-e 's|\(MIME_TYPES\).*|\1 "${LOCALBASE}/etc/mime.types"|' \
		${WRKSRC}/src/constants.h
	@${REINPLACE_CMD} -e 's|^struct socket_config|extern &|' \
		${WRKSRC}/src/htconfig.h
	@${REINPLACE_CMD} -e 's|mime.types ||g' \
		${WRKSRC}/config/Makefile.in
	@${REINPLACE_CMD} -e '/libdir/ s|(INSTALL_DATA)|& -s|' \
		${WRKSRC}/src/Makefile.in
	@${REINPLACE_CMD} -e 's/$$(htmldir)/$$(DESTDIR)&/' \
		${WRKSRC}/contrib/Makefile.in

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${WWWDIR}/htdocs \
		${STAGEDIR}/var/log/xshttpd \
		${STAGEDIR}/var/db/xshttpd/sessions
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>