openbsd-ports/misc/zzuf/Makefile

20 lines
388 B
Makefile
Raw Normal View History

2008-07-01 06:10:24 -04:00
# $OpenBSD: Makefile,v 1.4 2008/07/01 10:10:24 chl Exp $
COMMENT= zzuf is a transparent application input fuzzer
2008-07-01 06:10:24 -04:00
DISTNAME= zzuf-0.12
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
.include <bsd.port.mk>