blob: 6d5b9bfb3fe9b564977afebbd315d010670df3a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|