blob: a6e94db4e7c9944a56c6c656bf8b753ed5d52262 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: bfbtester
# Date created: 31 January 2001
# Whom: Mike Heffner <mheffner@vt.edu>
#
# $FreeBSD$
#
PORTNAME= bfbtester
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A security tool for testing binaries for overflows
GNU_CONFIGURE= yes
PLIST_FILES= bin/bfbtester
USE_GMAKE= yes
.include <bsd.port.mk>
|