mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix build
- Update pkg-descr - Bump PORTREVISION Pointyhat to: jadawin Approved by: David Lay (maintainer), tabthorpe (mentor)
This commit is contained in:
parent
16eb661f07
commit
06fe287456
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210744
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mod_proxy_html
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://apache.webthing.com/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}
|
||||
@ -16,18 +17,15 @@ MAINTAINER= dsl@bitwizards.com.au
|
||||
COMMENT= Apache module for rewriting HTML links in proxied content
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
USE_APACHE= 2.0+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
SHORTMODNAME= proxy_html
|
||||
USE_GNOME= libxml2
|
||||
USE_APACHE?=2.2
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
XML2_INC= ${LOCALBASE}/include/libxml2
|
||||
XML2_LIB= ${LOCALBASE}/lib
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKDIR}/${PORTNAME} && ${APXS} -c -I ${XML2_INC} -L ${XML2_LIB} -lxml2 ${PORTNAME}.c)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKDIR}/${PORTNAME} && ${APXS} -A -i ${PORTNAME}.la)
|
||||
AP_INC+= ${LOCALBASE}/include/libxml2
|
||||
AP_LIB+= ${LOCALBASE}/lib
|
||||
AP_EXTRAS+= -lxml2
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -5,4 +5,4 @@ HTTP headers, and is an essential component of a reverse proxy.
|
||||
|
||||
WWW: http://apache.webthing.com/mod_proxy_html/
|
||||
|
||||
- David Lay <dsl@webize.com.au>
|
||||
- David Lay <dsl@bitwizards.com.au>
|
||||
|
@ -1,3 +0,0 @@
|
||||
libexec/apache22/mod_proxy_html.so
|
||||
@exec %D/sbin/apxs -e -A -n proxy_html %D/%F
|
||||
@unexec %D/sbin/apxs -e -A -n proxy_html %D/%F
|
Loading…
Reference in New Issue
Block a user