blob: 555c20bf9f6b67c0832a8e3ec9db062e6eaa9a6b (
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
|
# New ports collection makefile for: subversion-freebsd
# Date created: 29 May 2008
# Whom: dougb@FreeBSD.org
#
# $FreeBSD$
PORTREVISION= 2
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
WITH_FREEBSD_SUBVERSION= yes
CONFLICTS?= subversion-[0-9]* subversion-devel-[0-9]*
MD5_FILE= ${MASTERDIR}/distinfo
.include "${MASTERDIR}/Makefile"
|