1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/rtpbreak/Makefile
Tijl Coosemans 02a5f6113a - Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
2014-07-14 15:38:39 +00:00

27 lines
634 B
Makefile

# Created by: Prudhvi Krishna <prudhvikrishna@gmail.com>
# $FreeBSD$
PORTNAME= rtpbreak
PORTVERSION= 1.3a
PORTREVISION= 2
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= libnet.so:${PORTSDIR}/net/libnet
CFLAGS+= -I${LOCALBASE}/include/libnet11
LIBS+= -L${LOCALBASE}/lib/libnet11 -lpcap -lnet
MAKE_ARGS= CFLAGS="${CFLAGS}" LIBS="${LIBS}"
PLIST_FILES= bin/rtpbreak
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rtpbreak ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>