pkgsrc-wip/cdpr/Makefile
Thomas Klausner ad87e9278f Reset maintainer, email bounced with:
host monkeybyte.org[69.16.221.13] said: 550-"The
recipient cannot be verified.  Please check all recipients of this 550
message to verify they are valid." (in reply to RCPT TO command)
2006-08-13 23:33:25 +00:00

19 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/08/13 23:33:25 thomasklausner Exp $
#
DISTNAME= cdpr-1.0.8
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cdpr/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.monkeymental.com/
COMMENT= Cisco Discovery Protocol Reporter
BUILD_TARGET= cdpr
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdpr ${PREFIX}/bin
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"