aboutsummaryrefslogblamecommitdiff
path: root/net/rtpbreak/Makefile
blob: 3dfbfcd4e79dc99e66544d9666aebfd1538a0e82 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                  
                    
                   
                                                     

                    
                                                 




                                                                    
                                                               



                            
                                                               

                      
# New ports collection makefile for:	rtpbreak
# Date created:		16 February 2008
# Whom:			Prudhvi Krishna <prudhvikrishna@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	rtpbreak
PORTVERSION=	1.3a
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

BUILD_DEPENDS=	libnet11-config:${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>