freebsd-ports/devel/subversion-static/Makefile
Lev A. Serebryakov b63b2e2f39 (1) Make possible to build subversion with db6.
(2) Fix and STAGEfy subversion-static.
 (3) Allow not to override/deinstall modified svnserve script if it is used.

PR:		ports/185005, ports/180121, ports/181340, ports/186446, ports/186764
2014-02-15 12:56:16 +00:00

23 lines
558 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
# Set these by hands, as options are undefined
PLIST_SUB+= TOOLS="@comment " \
SVNSERVE_WRAPPER="@comment " \
GNOME_KEYRING="@comment " \
KDE_KWALLET="@comment " \
BDB="@comment " \
MOD_DAV_SVN="@comment " \
NLS="@comment "
.include "${MASTERDIR}/Makefile"