Added
Link Here
|
1 |
PORTNAME= angie-module-xslt |
2 |
|
3 |
COMMENT= Angie XSLT dynamic module |
4 |
|
5 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
6 |
|
7 |
LIB_DEPENDS= libxslt.so:textproc/libxslt |
8 |
|
9 |
CONFIGURE_ADD= --with-http_xslt_module=dynamic |
10 |
|
11 |
MASTERDIR= ${.CURDIR}/../../www/angie |
12 |
|
13 |
do-install: |
14 |
${MKDIR} ${STAGEDIR}${MODDIR} |
15 |
|
16 |
${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_xslt_filter_module.so \ |
17 |
${STAGEDIR}${MODDIR} |
18 |
|
19 |
do-install-DEBUG-on: |
20 |
${INSTALL} ${COPY} -m ${_SHAREMODE} \ |
21 |
${WRKSRC_DEBUG}/objs/ngx_http_xslt_filter_module.so \ |
22 |
${STAGEDIR}${MODDIR}/ngx_http_xslt_filter_module-debug.so |
23 |
|
24 |
.include "${MASTERDIR}/Makefile" |