summaryrefslogtreecommitdiff
path: root/net/xprobe/Makefile
blob: 4b0051e86c3918aba4ad2be9f4ffb98daf77e145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	xprobe2
PORTVERSION=	0.3
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	SF/xprobe/xprobe2/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>