aboutsummaryrefslogtreecommitdiffstats
path: root/security/zzuf/Makefile
blob: c1a081c66d2517745c2c6e8cb9bd3132b5e57bf2 (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
26
# New ports collection makefile for:    zzuf
# Date created:     2007-03-03
# Whom:         Peter Johnson <johnson.peter@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   zzuf
PORTVERSION=    0.12
CATEGORIES= security
MASTER_SITES=   http://libcaca.zoy.org/files/zzuf/

MAINTAINER= johnson.peter@gmail.com
COMMENT=    Transparent application input fuzzer

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG=   yes

MAN1=   zzuf.1
MAN3=   libzzuf.3

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

.include <bsd.port.mk>