freebsd-ports/www/mod_dav/Makefile
Steve Price e53ab58c55 Initial import of mod_dav version 0.9.12.
An Apache module that provides DAV capabilities.

PR:		14398
Submitted by:	Patrick Bihan-Faou <patrick@mindstep.com>
1999-11-26 19:32:19 +00:00

49 lines
1.5 KiB
Makefile

# New ports collection makefile for: mod_dav (apache)
# Version required: 0.9.12
# Date created: Sun Oct 17, 1999
# Whom: patrick@mindstep.com
#
# $FreeBSD$
#
DISTNAME= mod_dav-${DAV_VERSION}-${APACHE_VERSION}
PKGNAME= mod_dav-${DAV_VERSION}
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/mod_dav/
MAINTAINER= patrick@mindstep.com
BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13
# This port will work with the following version of Apache and anything newer.
APACHE_VERSION= 1.3.6
DAV_VERSION= 0.9.12
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--bindir=${PREFIX}/bin \
--sbindir=${PREFIX}/sbin \
--libexecdir=${PREFIX}/libexec/apache \
--mandir=${PREFIX}/man \
--sysconfdir=${PREFIX}/etc/apache \
--datadir=${PREFIX}/share/apache \
--includedir=${PREFIX}/include/apache \
--with-apxs=${PREFIX}/sbin/apxs
CONFIGURE_ENV= CFLAGS='${CFLAGS}' \
PATH="${PREFIX}/bin:${PREFIX}/sbin:${PATH}"
post-install:
${INSTALL_DATA} ${FILESDIR}/apache.conf.mod_dav ${PREFIX}/etc/apache
@${ECHO_MSG} "*******************************************************"
@${ECHO_MSG} "* Please review the mod_dav configuration in the main"
@${ECHO_MSG} "* Apache configuration file."
@${ECHO_MSG} "* ${PREFIX}/etc/apache/apache.conf"
@${ECHO_MSG} "*"
@${ECHO_MSG} "* Look at the file ${PREFIX}/etc/apache/apache.conf.mod_dav"
@${ECHO_MSG} "* for indications on what to do."
@${ECHO_MSG} "*"
@${ECHO_MSG} "*******************************************************"
.include <bsd.port.mk>