pkgsrc/net/sniffit/Makefile
jlam a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00

27 lines
758 B
Makefile

# $NetBSD: Makefile,v 1.23 2003/09/28 09:13:58 jlam Exp $
#
DISTNAME= sniffit.0.3.5
PKGNAME= sniffit-0.3.5
PKGREVISION= 1
CATEGORIES= net security
MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
MAINTAINER= tech-pkg@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
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
USE_BUILDLINK2= YES
ALL_TARGET=
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/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"