# New ports collection makefile for:	subversion-freebsd
# Date created:				29 May 2008
# Whom:					dougb@FreeBSD.org
#
# $FreeBSD: ports/devel/subversion-freebsd/Makefile,v 1.134 2009/05/11 14:38:33 lev Exp $

PORTREVISION=	0
PKGNAMESUFFIX=	-freebsd

COMMENT=	Version control system with FreeBSD Project repo customizations

MASTERDIR=	${.CURDIR}/../subversion

DESCR=		${.CURDIR}/pkg-descr

# Patches required for use with the FreeBSD Project repository only
#PATCH_SITES=		http://lev.serebryakov.spb.ru/download/
PATCH_SITES=		${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR=	lev
PATCHFILES+=		svn_hacks_1.4.diff

CONFLICTS?=	subversion-[0-9]* subversion-devel-[0-9]*

MD5_FILE=	${MASTERDIR}/distinfo

.include "${MASTERDIR}/Makefile"
