freebsd-ports/www/xshttpd-devel/Makefile
Johan van Selst 0b035e5cce Don't create directory outside $STAGEDIR
Submitted by:	swills
2014-03-29 16:20:08 +00:00

61 lines
1.7 KiB
Makefile

# Created by: Ed Schouten <ed@fxq.nl>
# $FreeBSD$
PORTNAME= xshttpd
DISTVERSION= 3.7b29
CATEGORIES= www ipv6
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= johans@FreeBSD.org
COMMENT= Webserver with CGI as own user and SSL support
RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support \
ppmtogif:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
CONFLICTS_INSTALL= xshttpd-[0-9]* publicfile-[0-9]*
USES= tar:bzip2
USE_OPENSSL= yes
USE_RC_SUBR= xshttpd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-hier=bsd --with-userid=${WWWOWN}:${WWWGRP}
OPTIONS_DEFINE= LDAP CURL M4 PERL BDB
OPTIONS_DEFAULT= CURL M4 BDB
OPTIONS_SUB= yes
LDAP_USE= openldap
LDAP_CONFIGURE_WITH= ldap
M4_DESC= Enable configuration preprocessor (m4)
M4_CONFIGURE_WITH= preprocessor
PERL_DESC= Enable persistent Perl interpreter
PERL_USES= perl5
PERL_CONFIGURE_WITH= perl
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
CURL_CONFIGURE_WITH= curl
BDB_USE= BDB=5+
BDB_CONFIGURE_ON= --with-db-libdir=${BDB_LIB_DIR} \
--with-db-include-dir=${BDB_INCLUDE_DIR}
BDB_CONFIGURE_WITH= db
PORTDOCS= README ChangeLog
post-patch:
@${REINPLACE_CMD} \
-e 's|\(MIME_TYPES\).*|\1 "${LOCALBASE}/etc/mime.types"|' \
${WRKSRC}/src/constants.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
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>