freebsd-ports/security/fuzz/Makefile

27 lines
506 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
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
GNU_CONFIGURE= yes
MAN1= fuzz.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/fuzz
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>