freebsd-ports/www/mod_webkit/Makefile
Philip M. Gollucci 744e61ba9c - Update to 1.1b1
- A few clean ups too

With Hat:   apache@
2010-05-26 21:47:59 +00:00

36 lines
702 B
Makefile

# New ports collection makefile for: mod_webkit
# Date created: 2005-12-22
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= mod_webkit
PORTVERSION= 1.1b1
CATEGORIES= www
MASTER_SITES= SF/webware/Webware/1.1b1
DISTNAME= Webware-${PORTVERSION}
MAINTAINER= apache@FreeBSD.org
COMMENT= A apache module for WebWare WebKit AppServer
MAKE_JOBS_SAFE= yes
USE_APACHE= 1.3+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} >= 20
APACHE_VER= 2
.else
APACHE_VER= 1
.endif
WRKSRC= ${WRKDIR}/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}${APACHE_VER}
post-patch:
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/Makefile
.include <bsd.port.post.mk>