aboutsummaryrefslogtreecommitdiffstats
path: root/security/zzuf/Makefile
blob: 932e052d6baa9abf5088f62c0440c1a9b121b6c3 (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.12
CATEGORIES= security
MASTER_SITES=   http://libcaca.zoy.org/files/zzuf/

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

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

MAN1=   zzuf.1
MAN3=   libzzuf.3

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

.include <bsd.port.mk>