aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion-freebsd/Makefile
blob: 8d9a61dd092aca1e44206d8b4db9e3a407899f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	subversion-freebsd
# Date created:				29 May 2008
# Whom:					dougb@FreeBSD.org
#
# $FreeBSD$

PORTREVISION=	3
PKGNAMESUFFIX=	-freebsd

COMMENT=	Version control system with FreeBSD Project repo customizations

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

DESCR=		${.CURDIR}/pkg-descr

# Patches required for use with the FreeBSD Project repository only
PATCH_SITES=		${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR=	peter
PATCHFILES+=		svn_hacks_1.0.diff

CONFLICTS?=	subversion-[0-9]* subversion-perl-[0-9]* subversion-python-[0-9]* subversion-ruby-[0-9]* subversion-devel-[0-9]*

MD5_FILE=	${MASTERDIR}/distinfo

.include "${MASTERDIR}/Makefile"