Tweak security/sshblock version 1.0_1
[dports.git] / security / zzuf / Makefile
1 # Created by: Peter Johnson <johnson.peter@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       zzuf
5 PORTVERSION=    0.13
6 PORTREVISION=   1
7 CATEGORIES=     security
8 MASTER_SITES=   http://caca.zoy.org/raw-attachment/wiki/zzuf/
9
10 MAINTAINER=     johnson.peter@gmail.com
11 COMMENT=        Transparent application input fuzzer
12
13 USES=           libtool
14 GNU_CONFIGURE=  yes
15 USE_LDCONFIG=   yes
16
17 post-install:
18         @${RM} -f ${PREFIX}/lib/zzuf/libzzuf.la
19
20 .include <bsd.port.mk>