1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/mod_dav_svn/Makefile
Michael Osipov 8f3a81069c */*: take ownership of lev@'s Subversion ports
As agreed with lev@, I am taking ownership of these ports.

Approved by:	jrm (mentor), lev
Differential Revision:	https://reviews.freebsd.org/D44862
2024-04-22 15:09:56 +02:00

34 lines
763 B
Makefile

PORTNAME= mod_dav_svn
DISTNAME= subversion-${PORTVERSION}
CATEGORIES= www
MAINTAINER= michaelo@apache.org
COMMENT= Apache module for subversion serving
WWW= https://subversion.apache.org/
USES= apache
PORTREVISION_LATEST= 2
PORTREVISION_LTS= 2
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
CONFIGURE_ARGS+= --with-apxs=${APXS} \
--with-apache-libexecdir \
--without-gnome-keyring \
--without-kwallet
SUB_FILES+= 220_subversion.conf.sample
PLIST_SUB+= SED=${SED}
ALL_TARGET= apache-mod
INSTALL_TARGET= install-mods-shared
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d
${INSTALL_DATA} ${WRKDIR}/220_subversion.conf.sample \
${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d
.include <bsd.port.post.mk>