mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
202a9b9655
Fix messed up categories for slave ports.
32 lines
546 B
Makefile
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>
|