984cda224e
it breaks build on DragonFly.
24 lines
622 B
Makefile
24 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.21 2005/12/27 13:51:27 joerg 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"
|