mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
33 lines
630 B
Makefile
33 lines
630 B
Makefile
|
# New ports collection makefile for: slush
|
||
|
# Version required: 0.1.0
|
||
|
# Date created: Sun May 3, 1999
|
||
|
# Whom: shipley@dis.org
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= firewalk-0.99beta
|
||
|
PKGNAME= firewalk-0.9.9b
|
||
|
CATEGORIES= security net
|
||
|
MASTER_SITES= http://www.packetfactory.net/firewalk/
|
||
|
|
||
|
MAINTAINER= shipley@dis.org
|
||
|
|
||
|
BUILD_DEPENDS= ${PREFIX}/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>
|