aboutsummaryrefslogtreecommitdiffstats
path: root/net/ssldump/Makefile
blob: f164f4e642f9a38b7c144437e12bd18f022812c9 (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
27
28
29
30
# New ports collection makefile for:    ssldump
# Date created:     10 November 2000
# Whom:         Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ssldump
PORTVERSION=    0.9b3
PORTREVISION=   1
CATEGORIES= net security
MASTER_SITES=   http://www.rtfm.com/ssldump/

MAINTAINER= ports@FreeBSD.org
COMMENT=    SSLv3/TLS network protocol analyzer

USE_OPENSSL=    YES

.include <bsd.port.pre.mk>

USE_AUTOCONF_VER=   213
GNU_CONFIGURE=  YES
USE_GMAKE=  YES
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \
        --sbindir=${PREFIX}/bin

MAN1=       ssldump.1
PLIST_FILES=    bin/ssldump

.include <bsd.port.post.mk>