Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / sniff / Makefile
bloba321c54eed4aff6042286a4ccd84b9b6e30555f4
1 # $NetBSD: Makefile,v 1.15 2012/10/23 18:16:58 asau Exp $
4 DISTNAME= sniff-2.0
5 PKGREVISION= 1
6 CATEGORIES= security
7 MASTER_SITES= ${MASTER_SITE_LOCAL}
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 COMMENT= Program to sniff logins and passwords
12 INSTALLATION_DIRS= ${PKGMANDIR}/man1 sbin
14 .include "../../mk/bsd.prefs.mk"
16 .if ${OPSYS} == "SunOS"
17 LIBS+= -lsocket -lnsl
18 MAKE_ENV+= LIBS=${LIBS:M*:Q}
19 .endif
21 .include "../../net/libpcap/buildlink3.mk"
22 .include "../../mk/bsd.pkg.mk"