mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
2d8b17ea39
With hat: portmgr
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \
|
|
--sysconfdir=${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|