mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
d16f87ef4a
- minor cleanups
26 lines
522 B
Makefile
26 lines
522 B
Makefile
# Created by: Choe, Cheng-Dae
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_webkit
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/webware/Webware/1.1.1
|
|
DISTNAME= Webware-${PORTVERSION}
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache module for WebWare WebKit AppServer
|
|
|
|
LICENSE= PSFL
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
AP_EXTRAS= marshal.c
|
|
|
|
WRKSRC= ${WRKDIR}/Webware-${PORTVERSION}/WebKit/Adapters/${PORTNAME}2
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/sbin/apxs|${APXS}|' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|