openbsd-ports/misc/zzuf/Makefile
steven a22df9fec0 update to 0.13
* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
 * network host filtering support.
 * support for memory limits on OS X.
 * massive testsuite improvements.
 * support most cat options in zzcat, which is now fully programmable.

from dawedawe at gmx.de

set USE_LIBTOOL while here
2010-10-27 09:49:12 +00:00

22 lines
427 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/10/27 09:49:12 steven Exp $
COMMENT= zzuf is a transparent application input fuzzer
DISTNAME= zzuf-0.13
CATEGORIES= misc
MASTER_SITES= http://libcaca.zoy.org/files/zzuf/
# License: WTFPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
USE_LIBTOOL = Yes
.include <bsd.port.mk>