2000-08-02 03:15:39 +02:00
|
|
|
# New ports collection makefile for: fuzz
|
|
|
|
# Date created: 25 July 2000
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fuzz
|
2000-08-11 20:26:20 +02:00
|
|
|
PORTVERSION= 0.6
|
2003-05-21 17:40:40 +02:00
|
|
|
PORTREVISION= 1
|
2000-08-02 03:15:39 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= fuzz
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Tool for testing software by bombarding the program with random data
|
2000-08-02 03:15:39 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= fuzz.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/fuzz
|
2000-08-02 03:15:39 +02:00
|
|
|
|
2000-08-03 00:26:11 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2000-08-02 03:15:39 +02:00
|
|
|
.include <bsd.port.mk>
|