1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/www/mod_scgi/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

28 lines
595 B
Makefile

# New ports collection makefile for: scgi
# Date created: 19 Aug 2002
# Whom: Neil Blakey-Milner <nbm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= scgi
PORTVERSION= 0.2
CATEGORIES= www
MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/
PKGNAMEPREFIX= mod_
MAINTAINER= nbm@FreeBSD.org
COMMENT= Apache module that implements the client side of the SCGI protocol
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
APXS?= ${PREFIX}/sbin/apxs
do-build:
cd ${WRKSRC} && ${APXS} -c -o mod_scgi.so mod_scgi.c
do-install:
cd ${WRKSRC} && ${APXS} -i -a mod_scgi.so
.include <bsd.port.mk>