mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
21 lines
499 B
Makefile
21 lines
499 B
Makefile
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
PORTNAME= thcrut
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://thc.org/releases/ \
|
|
http://redundancy.redundancy.org/mirror/
|
|
|
|
MAINTAINER= lx@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>
|