9937dceb18
pointed out by naddy@
23 lines
440 B
Makefile
23 lines
440 B
Makefile
# $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
|
|
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>
|