21 lines
406 B
Makefile
21 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 20:52:10 espie Exp $
|
|
|
|
COMMENT= zzuf is a transparent application input fuzzer
|
|
|
|
DISTNAME= zzuf-0.12
|
|
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
|
|
|
|
.include <bsd.port.mk>
|