21 lines
354 B
Makefile
21 lines
354 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.5.1
|
||
|
CATEGORIES= security
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= fuzz
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
MAN1= fuzz.1
|
||
|
|
||
|
.include <bsd.port.mk>
|