mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1dbf0287c0
the Porter's Handbook. :-)
33 lines
622 B
Makefile
33 lines
622 B
Makefile
# 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
|
|
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>
|