19 lines
430 B
Makefile
19 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -static
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-[0-9]*
|
|
|
|
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 " \
|
|
BDB="@comment " \
|
|
NLS="@comment "
|
|
|
|
.include "${MASTERDIR}/Makefile"
|