1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/zzuf/Makefile

23 lines
434 B
Makefile

# Created by: Peter Johnson <johnson.peter@gmail.com>
# $FreeBSD$
PORTNAME= zzuf
PORTVERSION= 0.13
CATEGORIES= security
MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/zzuf/
MAINTAINER= johnson.peter@gmail.com
COMMENT= Transparent application input fuzzer
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= zzuf.1 zzcat.1
MAN3= libzzuf.3
NO_STAGE= yes
post-install:
@${RM} -f ${PREFIX}/lib/zzuf/libzzuf.la
.include <bsd.port.mk>