opnsense-ports/security/zzuf/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
413 B
Makefile

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