mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d4e1fe5a14
Sponsored by: Netzkommune GmbH
28 lines
478 B
Makefile
28 lines
478 B
Makefile
# Created by: Choe, Cheng-Dae
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_webkit
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache module for WebWare WebKit AppServer
|
|
|
|
LICENSE= PSFL
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Cito
|
|
GH_PROJECT= w4py
|
|
|
|
USES= apache:2.4+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
AP_EXTRAS= marshal.c
|
|
|
|
WRKSRC_SUBDIR= WebKit/Adapters/${PORTNAME}2
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|