openbsd-ports/net/hping/Makefile
jca a21b43509e Update to hping3
- drop privs to a dedicated user
- in case of error, print a message regarding pf blocking pf blocking
  outgoing packets
- do not activate Tcl support (for now?)

Input and ok sthen@
2016-12-05 13:57:20 +00:00

36 lines
730 B
Makefile

# $OpenBSD: Makefile,v 1.32 2016/12/05 13:57:20 jca Exp $
COMMENT= command-line oriented TCP/IP packet assembler/analyzer
GH_ACCOUNT= antirez
GH_PROJECT= hping
GH_COMMIT= 3547c7691742c6eaa31f8402e0ccbb81387c1b99
DISTNAME= hping-3.0.0-alpha-1
PKGNAME= hping-3.0.0pre1
CATEGORIES= net
HOMEPAGE= http://www.hping.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c pcap
CONFIGURE_STYLE=simple
CONFIGURE_ARGS= --no-tcl
MAKE_FLAGS= CC="${CC}" \
CFLAGS="${CFLAGS}"
NO_TEST= Yes
post-extract:
sed -i 's/hping2/hping/g; s/HPING2/HPING/g' ${WRKSRC}/docs/hping3.8
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/hping3 ${PREFIX}/sbin/hping
${INSTALL_MAN} ${WRKSRC}/docs/hping3.8 ${PREFIX}/man/man8/hping.8
.include <bsd.port.mk>