aboutsummaryrefslogtreecommitdiff
path: root/net/libnet
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-07-07 06:09:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-07-07 06:09:53 +0000
commite445c687e95e6cf5788df32f42475760052d044b (patch)
tree22381be656c7360bdf5ca366e89b9f5025a8c99a /net/libnet
parente6f7ab501b3292f71256173b48baf59d0318f603 (diff)
downloadports-e445c687e95e6cf5788df32f42475760052d044b.tar.gz
ports-e445c687e95e6cf5788df32f42475760052d044b.zip
Notes
Diffstat (limited to 'net/libnet')
-rw-r--r--net/libnet/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile
index 5cdb89492692..82a0f7fef43e 100644
--- a/net/libnet/Makefile
+++ b/net/libnet/Makefile
@@ -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