freebsd-ports/net/xprobe/Makefile
Sunpoet Po-Chuan Hsieh 11758c14d5 Fix runtime error: TX_IP::sendpack::sendto: Invalid argument
- Bump PORTREVISION for package change

PR:		235614
Submitted by:	Arun Pereira <arunpereira@gmail.com>
2019-03-02 18:01:16 +00:00

23 lines
489 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
PORTNAME= xprobe2
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/xprobe/${PORTNAME}/Xprobe2%20${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ICMP active OS fingerprint scanner
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
CONFIGURE_ENV= INSTALL=${INSTALL}
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-DBROKEN_BSD||' ${WRKSRC}/libs-external/USI++/src/configure
.include <bsd.port.mk>