freebsd-ports/security/fuzz/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

23 lines
390 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
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>