mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
839643ce99
From: Nicolas Jombart <ecu@ipv42.net> To: Edwin Groothuis <edwin@FreeBSD.org> Cc: Nicolas.Jombart@hsc-labs.com Thank you for commiting my last PR this week. Can you, if you have time, change my e-mail address in all of my ports ? (see diff attached).
36 lines
821 B
Makefile
36 lines
821 B
Makefile
# New ports collection makefile for: hping
|
|
# Date Created: 5 Oct 2000
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hping
|
|
PORTVERSION= 2.0.0r2
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= security net
|
|
MASTER_SITES= http://www.hping.org/
|
|
DISTNAME= hping2.0.0-rc2
|
|
|
|
MAINTAINER= ecu@ipv42.net
|
|
|
|
WRKSRC= ${WRKDIR}/hping2-rc2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --force-libpcap
|
|
USE_GMAKE= yes
|
|
|
|
MAN8= hping.8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping
|
|
${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/hping
|
|
.for i in AS-BACKDOOR HPING2-HOWTO.txt HPING2-IS-OPEN MORE-FUN-WITH-IPID SPOOFED_SCAN.txt
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${PREFIX}/share/doc/hping/
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|