summaryrefslogtreecommitdiff
path: root/net/thcrut/Makefile
blob: 1b777b77d5e235269fe196bc72a24a16b5fb24b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	thcrut
PORTVERSION=	1.2.5
CATEGORIES=	net
MASTER_SITES=	http://thc.org/releases/ \
		http://redundancy.redundancy.org/mirror/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Local network discovery tool

BROKEN_FreeBSD_13=	ld: error: duplicate symbol: ip_tcp_sync_addr
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: ip_tcp_sync_addr

GNU_CONFIGURE=	yes

CONFIGURE_ARGS+=	--with-libnet=${LOCALBASE} \
			--sysconfdir=${DATADIR}

.include <bsd.port.mk>