freebsd-ports/devel/subversion-static/Makefile
Lev A. Serebryakov 0cc8983b26 (1) Fix subversion-static port to use SERF.
(2) Backport fix of issue #4383: problems with symbolic-link WC.
 (3) Backport change r1500762 (no isue # found): conflict between
     GPG Agent and other password stories.
 (4) Fix error message when Subversion is configured with BDB abd
     APR is not.

PR:		ports/179807, ports/180121, ports/180121
Submitted by:	[3] eugen@grosbein.pp.ru
2013-07-13 15:36:50 +00:00

14 lines
321 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -static
CONFLICTS_INSTALL= ${PORTNAME}-[0-9]*
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_EXCLUDE= ${OPTIONS_DEFINE}
OPTIONS_SLAVE= FREEBSD_TEMPLATE P4_STYLE_MARKERS SERF STATIC
MASTERDIR= ${.CURDIR}/../subversion
PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"