freebsd-ports/security/fuzz/Makefile
Foxfair Hu a01ac766fb PR: 52098
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
close temp file privledge problem in security/fuzz.
2003-05-21 15:40:40 +00:00

25 lines
484 B
Makefile

# New ports collection makefile for: fuzz
# Date created: 25 July 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fuzz
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fuzz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for testing software by bombarding the program with random data
GNU_CONFIGURE= yes
MAN1= fuzz.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>