9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
26 lines
743 B
Makefile
26 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.30 2006/03/04 21:30:24 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= sniffit.0.3.5
|
|
PKGNAME= sniffit-0.3.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
|
|
COMMENT= Packet sniffer program
|
|
|
|
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss
|
|
|
|
GNU_CONFIGURE= YES
|
|
BUILD_TARGET=
|
|
INSTALLATION_DIRS= man/man5 man/man8 sbin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin/sniffit
|
|
${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5
|
|
${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/man/man8
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|