freebsd-ports/devel/subversion-freebsd/Makefile
Lev A. Serebryakov 279cb68999 (1) Move all options-related logic into Makefile.common, so bindings ports
have proper CONFIGURE_ARGS now and will not fail to build when
      subversion was built with apache's apr
  (2) Bump devel/apr library version to 1.3
  (3) Increase PORTREVISION, of course.
2008-07-07 10:37:56 +00:00

24 lines
581 B
Makefile

# New ports collection makefile for: subversion-freebsd
# Date created: 29 May 2008
# Whom: dougb@FreeBSD.org
#
# $FreeBSD$
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= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= peter
PATCHFILES+= svn_hacks_1.1.diff
CONFLICTS?= subversion-[0-9]* subversion-devel-[0-9]*
MD5_FILE= ${MASTERDIR}/distinfo
.include "${MASTERDIR}/Makefile"