freebsd-ports/www/mod_proxy_html/Makefile
Michael Johnson 7519e03173 - Update to 2.4.3
PR:		ports/78178
Submitted by:	maintainer
2005-03-01 08:45:21 +00:00

39 lines
837 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= 2.4.3
CATEGORIES= www
MASTER_SITES= http://apache.webthing.com/${PORTNAME}/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .c
MAINTAINER= dsl@webize.com.au
COMMENT= Apache module for rewriting HTML links in proxied content
USE_GNOME= libxml2
USE_APACHE= yes
WITH_APACHE2= yes
NO_WRKSUBDIR= yes
XML2_INC= ${LOCALBASE}/include/libxml2
XML2_LIB= ${LOCALBASE}/lib
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} -p ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c
do-build:
@(cd ${WRKSRC} && ${APXS} -c -I ${XML2_INC} -L ${XML2_LIB} -lxml2 ${PORTNAME}.c)
do-install:
@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la)
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>