1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/mod_dav_svn/Makefile
Lev A. Serebryakov 202a9b9655 Fix for FreeBSD 9.
Fix messed up categories for slave ports.
2014-06-16 18:13:54 +00:00

32 lines
546 B
Makefile

# Created by: lev@FreeBSD.org
# $FreeBSD$
PORTNAME= mod_dav_svn
DISTNAME= subversion-${PORTVERSION}
CATEGORIES= www
MAINTAINER= lev@FreeBSD.org
COMMENT= Apache module for subversion serving.
MASTERDIR= ${.CURDIR}/../../devel/subversion
PKGDIR= ${.CURDIR}
SVN_BUILD_ADDONS= yes
.include "${MASTERDIR}/Makefile.common"
USE_APACHE= 22+
CONFIGURE_ARGS+= --with-apxs=${APXS} \
--with-apache-libexecdir
SUB_FILES= pkg-install
PLIST_SUB+= SED=${SED}
ALL_TARGET= apache-mod
INSTALL_TARGET= install-mods-shared
.include <bsd.port.post.mk>