mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fcb98a504a
- build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing
29 lines
676 B
Makefile
29 lines
676 B
Makefile
# New ports collection makefile for: rtpbreak
|
|
# Date created: 16 February 2008
|
|
# Whom: Prudhvi Krishna <prudhvikrishna@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rtpbreak
|
|
PORTVERSION= 1.3a
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://dallachiesa.com/code/rtpbreak/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= prudhvi-krishna-bsd@surapaneni.in
|
|
COMMENT= Detects, reconstructs, and analyzes any RTP session
|
|
|
|
LIB_DEPENDS= net:${PORTSDIR}/net/libnet
|
|
|
|
MAKE_ARGS+= CFLAGS="-Wall -O3 -I${LOCALBASE}/include/libnet11" \
|
|
LIBS="-L${LOCALBASE}/lib/libnet11 -lpcap -lnet"
|
|
|
|
PLIST_FILES= bin/rtpbreak
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/rtpbreak ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|