freebsd-ports/net/thcrut/Makefile

22 lines
431 B
Makefile
Raw Normal View History

# 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://www.thc.org/releases/
2003-07-12 11:41:36 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Local network discovery tool
GNU_CONFIGURE= yes
2004-02-27 03:35:35 +01:00
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \
--sysconfdir=${PREFIX}/share/thcrut
.include <bsd.port.mk>