aboutsummaryrefslogtreecommitdiffstats
path: root/security/zzuf/Makefile
blob: 53eac5d6410f413270e47b4e30b89c1abbea30d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    zzuf
# Date created:     2007-03-03
# Whom:         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

post-install:
    @${RM} -f ${PREFIX}/lib/zzuf/libzzuf.la

.include <bsd.port.mk>