mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
edcc177dc7
mod_webkit is a apache module for WebWare WebKit AppServer (www/py-webware ports) PR: ports/90838 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
31 lines
678 B
Makefile
31 lines
678 B
Makefile
# New ports collection makefile for: mod_webkit
|
|
# Date created: 2005-12-22
|
|
# Whom: Choe, Cheng-Dae
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_webkit
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= www
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= whitekid@gmail.com
|
|
COMMENT= A apache module for WebWare WebKit AppServer
|
|
|
|
PATCH_DEPENDS= ${NONEXISTENT}:${WEBWARE_PORT}:extract
|
|
|
|
USE_APACHE= 13
|
|
USE_REINPLACE= yes
|
|
|
|
WEBWARE_PORT= ${PORTSDIR}/www/py-webware
|
|
WRKSRC= ${WRKDIR}/../../../www/py-webware/work/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}
|
|
|
|
PLIST_FILES= libexec/apache/mod_webkit.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|