1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/thcrut/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

24 lines
505 B
Makefile

# Ports collection makefile for: thcrut
# Date created: 23 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= thcrut
PORTVERSION= 0.1
CATEGORIES= net
MASTER_SITES= http://www.thehackerschoice.com/releases/
MAINTAINER= kris@FreeBSD.org
COMMENT= Local network discovery tool
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \
--sysconfdir=${PREFIX}/share/thcrut
.include <bsd.port.mk>