1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/mod_webkit/Makefile
Jochen Neumeister d4e1fe5a14 Update to 1.2.3
Sponsored by:	Netzkommune GmbH
2020-04-26 17:45:49 +00:00

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>