46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
27 lines
517 B
Makefile
27 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.16 2000/10/22 15:42:58 espie Exp $
|
|
|
|
DISTNAME= firewalk-0.8
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.305
|
|
MASTER_SITES= http://www.packetfactory.net/firewalk/
|
|
|
|
MIRROR_DISTFILE=No
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
LICENSE_TYPE= BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/Firewalk
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
ALL_TARGET= firewalk
|
|
|
|
.include <bsd.port.mk>
|