74cb9eff53
be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
23 lines
515 B
Makefile
23 lines
515 B
Makefile
# New ports collection makefile for: subversion-freebsd
|
|
# Date created: 29 May 2008
|
|
# Whom: dougb@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
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
|
|
WITH_FREEBSD_SUBVERSION= yes
|
|
|
|
CONFLICTS?= subversion-[0-9]*
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|