freebsd-ports/www/mod_vdbh/Makefile
2004-04-16 14:15:55 +00:00

39 lines
862 B
Makefile

# New ports collection makefile for: mod_vdbh
# Date created: Sun Oct 19
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_vdbh
PORTVERSION= 1.0.3
CATEGORIES= www
MASTER_SITES= http://www.synthemesc.com/downloads/mod_vdbh/
DIST_SUBDIR= apache
MAINTAINER= clement@FreeBSD.org
COMMENT= Allows mass virtual hosting using a MySQL backend with Apache 2.0.x
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
USE_MYSQL= YES
WRKSRC= ${WRKDIR}/${PORTNAME}
AP_INC+= ${LOCALBASE}/include/mysql
AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient
PORTDOCS= AUTHORS README TODO
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-install:
.if !defined (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.post.mk>