freebsd-ports/www/mod_mylo/Makefile
Joe Marcus Clarke f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00

35 lines
826 B
Makefile

# New ports collection makefile for: mod_mylo
# Date created: 12 November 2001
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= mod_mylo
PORTVERSION= 0.2.2
CATEGORIES= www
MASTER_SITES= http://www.pvv.org/~oyving/code/mod_mylo/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= An Apache module to make Apache log to MySQL
USE_APACHE= yes
USE_MYSQL= YES
DOCS= mod_mylo.sql README
do-build:
(cd ${WRKSRC} && ${APXS} -c -I${LOCALBASE}/include \
-L${LOCALBASE}/lib/mysql -lmysqlclient mod_mylo.c)
do-install:
(cd ${WRKSRC} && ${APXS} -i -A -n 'mylo' mod_mylo.so)
.if !defined(NOPORTDOCS)
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>