2001-08-23 14:52:04 +02:00
|
|
|
# Ports collection makefile for: thcrut
|
|
|
|
# Date created: 23 Aug 2001
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= thcrut
|
2003-07-12 11:39:55 +02:00
|
|
|
PORTVERSION= 1.2.5
|
2001-08-23 14:52:04 +02:00
|
|
|
CATEGORIES= net
|
2003-07-12 11:39:55 +02:00
|
|
|
MASTER_SITES= http://www.thc.org/releases/
|
2001-08-23 14:52:04 +02:00
|
|
|
|
2003-07-12 11:41:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Local network discovery tool
|
2001-08-23 14:52:04 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-02-27 03:35:35 +01:00
|
|
|
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \
|
|
|
|
--sysconfdir=${PREFIX}/share/thcrut
|
2001-08-23 14:52:04 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|