diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_webkit/Makefile | 30 | ||||
-rw-r--r-- | www/mod_webkit/pkg-descr | 4 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7d11d8a87113..84467258483a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -367,6 +367,7 @@ SUBDIR += mod_vhost_ldap SUBDIR += mod_vhs SUBDIR += mod_webapp + SUBDIR += mod_webkit SUBDIR += mod_zap SUBDIR += moinmoin SUBDIR += momspider diff --git a/www/mod_webkit/Makefile b/www/mod_webkit/Makefile new file mode 100644 index 000000000000..cd4718655aae --- /dev/null +++ b/www/mod_webkit/Makefile @@ -0,0 +1,30 @@ +# 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> diff --git a/www/mod_webkit/pkg-descr b/www/mod_webkit/pkg-descr new file mode 100644 index 000000000000..8071b2dbaf63 --- /dev/null +++ b/www/mod_webkit/pkg-descr @@ -0,0 +1,4 @@ +This is a native Apache module for communicating with the Webware WebKit +AppServer. + +WWW: http://www.w4py.org/ |