openbsd-ports/misc/zzuf/Makefile

23 lines
440 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2010/10/28 09:04:19 steven Exp $
COMMENT= zzuf is a transparent application input fuzzer
DISTNAME= zzuf-0.13
REVISION= 0
CATEGORIES= misc
2008-05-21 15:14:50 -04:00
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>