mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
197551a176
Approved by: edwin (mentor)
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# Ports collection makefile for: thcrut
|
|
# Date created: 23 Aug 2001
|
|
# Whom: 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>
|