1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/www/mod_webkit/Makefile
Olli Hauer d16f87ef4a - add stage support
- minor cleanups
2013-12-15 16:45:38 +00:00

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>