1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/mod_log_data/Makefile
Clement Laforet 5c0c24f0c2 Oops, use my FreeBSD.org address.
While I'm here clarify COMMENT too.
2004-02-26 16:44:56 +00:00

34 lines
725 B
Makefile

# New ports collection makefile for: mod_log_data
# Date created: Sun Oct 5
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= mod_log_data
PORTVERSION= 0.0.3
CATEGORIES= www
MASTER_SITES= http://loghttp.sourceforge.net/files/
MAINTAINER= clement@FreeBSD.org
COMMENT= Module for Apache 2.0 which logs incoming and outgoing data
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_APACHE= YES
WITH_APACHE2= YES
.include <bsd.port.pre.mk>
ONLY_FOR_ARCHS= i386
do-build:
@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
do-install:
@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la)
.include <bsd.port.post.mk>