aboutsummaryrefslogtreecommitdiffstats
path: root/security/firewalk/Makefile
blob: 8084c550e732e7a22802b4f0389d1dcc3a356188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:  slush
# Date created:     Sun May 3, 1999
# Whom:         shipley@dis.org
#
# $FreeBSD$
#

PORTNAME=   firewalk
PORTVERSION=    0.9.9b
CATEGORIES= security net
MASTER_SITES=   http://www.packetfactory.net/firewalk/
DISTNAME=   firewalk-0.99beta

MAINTAINER= shipley@dis.org

BUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet

MAN1=       firewalk.1

GNU_CONFIGURE=  YES
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
CONFIGURE_ARGS= --with-gtk=no

.include <bsd.port.pre.mk>

.if ${OSVERSION} <= 300000
BROKEN=     may not build
.endif

WRKSRC=     ${WRKDIR}/Firewalk-0.99b-beta3

.include <bsd.port.post.mk>