Changeset View
Changeset View
Standalone View
Standalone View
devel/subversion-static/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PKGNAMESUFFIX= -static | PKGNAMESUFFIX= -static | ||||
| CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* | CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* | ||||
| LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} | |||||
| OPTIONS_EXCLUDE= ${OPTIONS_DEFINE} | OPTIONS_EXCLUDE= ${OPTIONS_DEFINE} | ||||
| OPTIONS_SLAVE= FREEBSD_TEMPLATE P4_STYLE_MARKERS SERF STATIC | OPTIONS_SLAVE= FREEBSD_TEMPLATE P4_STYLE_MARKERS SERF STATIC | ||||
| MASTERDIR= ${.CURDIR}/../subversion | MASTERDIR= ${.CURDIR}/../subversion | ||||
| PKGMESSAGE= ${.CURDIR}/pkg-message | PKGMESSAGE= ${.CURDIR}/pkg-message | ||||
| # Set these by hands, as options are undefined | # Set these by hands, as options are undefined | ||||
| PLIST_SUB+= TOOLS="@comment " \ | PLIST_SUB+= TOOLS="@comment " \ | ||||
| SVNSERVE_WRAPPER="@comment " \ | SVNSERVE_WRAPPER="@comment " \ | ||||
| BDB="@comment " \ | BDB="@comment " \ | ||||
| NLS="@comment " | NLS="@comment " | ||||
| .include "${MASTERDIR}/Makefile" | .include "${MASTERDIR}/Makefile" | ||||