freebsd-ports/net/libnids-libnet11/Makefile
Wesley Shields c746349377 libnids-libnet11 is a slave port of libnids that specifically uses libnet11.
This is required because vortex needs libnids built with libnet11 while other
ports (dsniff) needs libnids built with libnet10.
2013-05-17 02:00:55 +00:00

17 lines
297 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -libnet11
COMMENT= Network monitoring library with TCP/IP reassembly using libnet11
MASTERDIR= ${.CURDIR}/../libnids
DESCR= ${.CURDIR}/pkg-descr
WITH_LIBNET11= yes
CONFLICTS?= libnids-[0-9]*
DISTINFO_FILE= ${MASTERDIR}/distinfo
.include "${MASTERDIR}/Makefile"