b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:58 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= sniff-2.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
COMMENT= Program to sniff logins and passwords
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
LIBS+= -lsocket -lnsl
|
|
MAKE_ENV+= LIBS=${LIBS:M*:Q}
|
|
.endif
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|