aboutsummaryrefslogtreecommitdiff
path: root/security/fuzz/Makefile
blob: 7db7d18afaafda37e4d498393fc09c8575a230ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	fuzz
# Date created:				25 July 2000
# Whom:					Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	fuzz
PORTVERSION=	0.6
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	fuzz

MAINTAINER=	ports@FreeBSD.org

GNU_CONFIGURE=	yes

MAN1=		fuzz.1

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>