freebsd-ports/www/mod_webkit/Makefile

39 lines
730 B
Makefile
Raw Normal View History

# New ports collection makefile for: mod_webkit
# Date created: 2005-12-22
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= mod_webkit
2009-04-10 09:03:37 +02:00
PORTVERSION= 1.0.2b1
CATEGORIES= www
2009-02-03 07:35:26 +01:00
MASTER_SITES= SF
MASTER_SITE_SUBDIR= webware
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>
2007-10-14 16:20:54 +02:00
.if ${APACHE_VERSION} >= 20
PKGNAMESUFFIX= -ap2
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>