23 lines
437 B
Makefile
Raw Normal View History

2015-11-19 00:55:23 +00:00
# $OpenBSD: Makefile,v 1.12 2015/11/19 00:55:23 mmcc Exp $
2011-07-26 06:07:33 +00:00
COMMENT= transparent application input fuzzer
2015-11-19 00:55:23 +00:00
VERSION= 0.14
DISTNAME= zzuf-${VERSION}
CATEGORIES= misc security
MAINTAINER= Michael McConville <mmcco@mykolab.com>
MASTER_SITES= https://github.com/samhocevar/zzuf/releases/download/v${VERSION}/
2011-07-26 06:07:33 +00:00
# WTFPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m
CONFIGURE_STYLE= gnu
2015-11-19 00:55:23 +00:00
# Necessary?
2011-07-26 06:07:33 +00:00
USE_GROFF= Yes
.include <bsd.port.mk>