openbsd-ports/misc/zzuf/Makefile

21 lines
406 B
Makefile
Raw Normal View History

2010-10-18 16:52:05 -04:00
# $OpenBSD: Makefile,v 1.5 2010/10/18 20:52:10 espie 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
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>