1999-06-09 03:25:02 +02:00
|
|
|
# New ports collection makefile for: slush
|
|
|
|
# Date created: Sun May 3, 1999
|
|
|
|
# Whom: shipley@dis.org
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1999-06-09 03:25:02 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= firewalk
|
2002-01-05 00:01:38 +01:00
|
|
|
PORTVERSION= 1.0
|
2000-06-02 05:18:54 +02:00
|
|
|
CATEGORIES= security
|
2002-12-22 18:10:31 +01:00
|
|
|
MASTER_SITES= http://www.packetfactory.net/firewalk/dist/
|
1999-06-09 03:25:02 +02:00
|
|
|
|
2000-12-22 18:38:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-06-09 03:25:02 +02:00
|
|
|
|
1999-10-30 19:58:42 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
1999-06-09 03:25:02 +02:00
|
|
|
|
2002-12-22 18:10:31 +01:00
|
|
|
WRKSRC= ${WRKDIR}/Firewalk-${PORTVERSION}
|
1999-06-09 03:25:02 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-22 18:10:31 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-06-09 03:25:02 +02:00
|
|
|
CONFIGURE_ARGS= --with-gtk=no
|
|
|
|
|
2002-12-22 18:10:31 +01:00
|
|
|
MAN1= firewalk.1
|
2000-12-21 18:52:39 +01:00
|
|
|
|
1999-06-09 03:25:02 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} <= 300000
|
|
|
|
BROKEN= may not build
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|