2001-04-07 09:33:46 +02:00
|
|
|
# New ports collection makefile for: bfbtester
|
|
|
|
# Date created: 31 January 2001
|
|
|
|
# Whom: Mike Heffner <mheffner@vt.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bfbtester
|
2001-04-16 18:45:56 +02:00
|
|
|
PORTVERSION= 2.0.1
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-04-07 09:33:46 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= bfbtester
|
|
|
|
|
2008-09-01 02:59:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A security tool for testing binaries for overflows
|
2001-04-07 09:33:46 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/bfbtester
|
2001-04-07 09:33:46 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|