1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/rtpbreak/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
604 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:net/libnet
CFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -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>