openbsd-ports/net/tcpdpriv/Makefile
naddy 7d6157a211 * Cope with FDDI removal.
* Just use arc4random() instead of incredible contortions to gather
some randomness from the system.
2013-10-31 17:47:14 +00:00

33 lines
746 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/10/31 17:47:14 naddy Exp $
COMMENT= removes sensitive information from a tcpdump -w file
DISTNAME= tcpdpriv-1.1.10
REVISION= 2
CATEGORIES= net security
HOMEPAGE= http://ita.ee.lbl.gov/html/contrib/tcpdpriv.html
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c pcap
MASTER_SITES= ftp://ita.ee.lbl.gov/software/
EXTRACT_SUFX= .tar.Z
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -DARC4RANDOM"
CONFIGURE_STYLE= simple
USE_GROFF = Yes
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpdpriv ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tcpdpriv.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpdpriv
${INSTALL_DATA} ${WRKSRC}/attack50.ps ${PREFIX}/share/doc/tcpdpriv
.include <bsd.port.mk>