pkgsrc-wip/rtpbreak/Makefile
Aleksej Saushev 6e302ef136 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 14:53:42 +00:00

23 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/07 14:53:44 asau Exp $
#
DISTNAME= rtpbreak-1.3a
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://xenion.antifork.org/rtpbreak/
EXTRACT_SUFX= .tgz
MAINTAINER= prudhvi-krishna-bsd@surapaneni.in
HOMEPAGE= http://xenion.antifork.org/rtpbreak/
COMMENT= Detects, reconstructs and analyzes any RTP session
LICENSE= gnu-gpl-v2
DEPENDS+= libnet11>=1.1.2.1:../../devel/libnet11
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rtpbreak ${DESTDIR}${PREFIX}/bin/rtpbreak
.include "../../devel/libnet11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"