mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d83ff1e42e
If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight
28 lines
475 B
Makefile
28 lines
475 B
Makefile
# Created by: Choe, Cheng-Dae
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_webkit
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache module for WebWare WebKit AppServer
|
|
|
|
LICENSE= PSFL
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Cito
|
|
GH_PROJECT= w4py
|
|
|
|
USE_APACHE= 22+
|
|
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>
|