diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile --- a/net-mgmt/lldpd/Makefile +++ b/net-mgmt/lldpd/Makefile @@ -30,6 +30,10 @@ USERS= _lldpd GROUPS= _lldpd +FLAVORS= default tiny + +CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/${PORTNAME}-/} + OPTIONS_DEFINE= BASH DOCS DTRACE JSON PIE PROPRIETARY READLINE SNMP XML ZSH OPTIONS_DEFAULT= BASH JSON PROPRIETARY SNMP XML ZSH # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) @@ -39,6 +43,12 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_SUB= yes +.if ${FLAVOR:U} == tiny +PKGNAMESUFFIX= -tiny +COMMENT= LLDP (802.1ab) daemon +OPTIONS_DEFAULT:= +.endif + DTRACE_DESC= DTrace support (BROKEN) JSON_DESC= JSON output support PIE_DESC= Build PIE (position independant executables)