diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2013-05-17 02:00:55 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2013-05-17 02:00:55 +0000 |
commit | c74634937795101c7d82ffdf0ef706a63a5936ec (patch) | |
tree | 5d254da12f9cd301b68822a0501c3ae629f2fb90 /net/libnids | |
parent | fc2692a47cbcfa9fb99118e9ea8315ff80b8b83d (diff) |
Notes
Diffstat (limited to 'net/libnids')
-rw-r--r-- | net/libnids/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 59f9f1112165..6f360d6859d7 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -7,15 +7,21 @@ CATEGORIES= net security MASTER_SITES= SF MAINTAINER= wxs@FreeBSD.org -COMMENT= Network monitoring library with TCP/IP reassembly +COMMENT?= Network monitoring library with TCP/IP reassembly LICENSE= GPLv2 +CONFLICTS?= libnids-libnet11-[0-9]* + OPTIONS_DEFINE= LIBNET10 LIBNET11 GLIB2 LIBNET10_DESC= Use libnet 1.0.x LIBNET11_DESC= Use libnet 1.1.x GLIB2_DESC= Use GLIB2 for multiprocessing support +.if defined(WITH_LIBNET11) +OPTIONS_DEFAULT= LIBNET11 GLIB2 +.else OPTIONS_DEFAULT= LIBNET10 GLIB2 +.endif WANT_GNOME= yes USES= pkgconfig |