pkgsrc/comms/snooper/Makefile
wiz 601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00

24 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.22 2007/02/22 19:26:14 wiz Exp $
DISTNAME= snooper-19991202
PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ \
ftp://lkbreth.foretune.co.jp/pub/tools/snooper/
MAINTAINER= itojun@itojun.org
COMMENT= Serial line protocol analyzer (need two serial interfaces)
WRKSRC= ${WRKDIR}/snooper
GNU_CONFIGURE= yes
CONFIGURE_DIRS= build
BUILD_DIRS= build
post-extract:
${RM} ${WRKSRC}/build/.depend
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/snooper
.include "../../mk/bsd.pkg.mk"