mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
18 lines
297 B
Makefile
18 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"
|