freebsd-ports/www/mod_proxy_html/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

42 lines
951 B
Makefile

# New ports collection makefile for: mod_proxy_html
# Date created: 2004-07-29
# Whom: David Lay <dsl@webize.com.au>
#
# $FreeBSD$
#
PORTNAME= mod_proxy_html
PORTVERSION= 3.0.1
CATEGORIES= www
MASTER_SITES= http://apache.webthing.com/${PORTNAME}/
DISTNAME= ${PORTNAME}
MAINTAINER= dsl@bitwizards.com.au
COMMENT= Apache module for rewriting HTML links in proxied content
MAKE_JOBS_SAFE= yes
SUB_FILES= pkg-message
USE_APACHE= 2.0+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
SHORTMODNAME= proxy_html
USE_BZIP2= YES
USE_GNOME= libxml2
AP_INC+= ${LOCALBASE}/include/libxml2
AP_LIB+= ${LOCALBASE}/lib
AP_EXTRAS+= -lxml2
PLIST_FILES= %%DOCSDIR%%/COPYING %%DOCSDIR%%/README \
%%DOCSDIR%%/proxy_html.conf
PLIST_DIRS= %%DOCSDIR%%
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/proxy_html.conf ${DOCSDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>