mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- remove broken options SNOOP and PF
PR: 180227 - remove PKGNAMESUFFIX
This commit is contained in:
parent
e6f7ab501b
commit
e445c687e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322418
@ -8,7 +8,6 @@ PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/libnet-dev
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
PKGNAMESUFFIX= 11${PKGNAMESUFFIX2}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= A C library for creating IP packets
|
||||
@ -35,26 +34,14 @@ DOCS= README doc/CHANGELOG doc/CONTRIB doc/COPYING \
|
||||
doc/RAWSOCKET_NON_SEQUITUR doc/TODO
|
||||
EXAMPLES= sample/*.c
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES DOCS
|
||||
OPTIONS_RADIO= LINK
|
||||
OPTIONS_RADIO_LINK= SNOOP PF BPF
|
||||
OPTIONS_DEFINE= EXAMPLES DOCS BPF
|
||||
OPTIONS_DEFAULT= BPF
|
||||
SNOOP_DESC= link layer (snoop.h)
|
||||
PF_DESC= link layer pf
|
||||
BPF_DESC= link layer bpf
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
LIBNET_LINK= none
|
||||
|
||||
.if ${PORT_OPTIONS:MSNOOP}
|
||||
LIBNET_LINK= snoop
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPF}
|
||||
LIBNET_LINK= pf
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MBPF}
|
||||
LIBNET_LINK= bpf
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user