2004-07-30 03:08:27 +02:00
|
|
|
# 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
|
2010-01-29 15:00:37 +01:00
|
|
|
PORTVERSION= 3.1.2
|
2011-03-17 16:59:43 +01:00
|
|
|
PORTREVISION= 1
|
2004-07-30 03:08:27 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://apache.webthing.com/${PORTNAME}/
|
|
|
|
DISTNAME= ${PORTNAME}
|
2011-03-17 16:57:37 +01:00
|
|
|
DIST_SUBDIR= mod_proxy_html
|
2004-07-30 03:08:27 +02:00
|
|
|
|
2010-06-03 05:06:04 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2004-07-30 03:08:27 +02:00
|
|
|
COMMENT= Apache module for rewriting HTML links in proxied content
|
|
|
|
|
2011-03-17 16:57:37 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_xml2enc.so:${PORTSDIR}/www/mod_xml2enc
|
|
|
|
|
2010-01-29 15:00:37 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-21 22:45:34 +02:00
|
|
|
|
2008-03-31 16:51:23 +02:00
|
|
|
SUB_FILES= pkg-message
|
2011-08-20 19:27:52 +02:00
|
|
|
USE_APACHE= 22+
|
2008-04-07 16:13:31 +02:00
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
|
|
|
SHORTMODNAME= proxy_html
|
2008-12-17 18:42:09 +01:00
|
|
|
USE_BZIP2= YES
|
2004-07-30 03:08:27 +02:00
|
|
|
USE_GNOME= libxml2
|
|
|
|
|
2010-01-29 15:00:37 +01:00
|
|
|
AP_INC+= ${LOCALBASE}/include/libxml2 -I${WRKSRC}
|
2008-04-07 16:13:31 +02:00
|
|
|
AP_LIB+= ${LOCALBASE}/lib
|
|
|
|
AP_EXTRAS+= -lxml2
|
2004-08-02 11:53:03 +02:00
|
|
|
|
2008-12-17 18:42:09 +01:00
|
|
|
PLIST_FILES= %%DOCSDIR%%/COPYING %%DOCSDIR%%/README \
|
|
|
|
%%DOCSDIR%%/proxy_html.conf
|
|
|
|
PLIST_DIRS= %%DOCSDIR%%
|
|
|
|
|
2004-08-02 11:53:03 +02:00
|
|
|
post-install:
|
2008-12-17 18:42:09 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/proxy_html.conf ${DOCSDIR}
|
2004-08-02 11:53:03 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2004-07-30 03:08:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|