# New ports collection makefile for: ssldump # Date created: 10 November 2000 # Whom: Kris Kennaway # # $FreeBSD$ # PORTNAME= ssldump PORTVERSION= 0.9b3 CATEGORIES= net security MASTER_SITES= http://www.rtfm.com/ssldump/ MAINTAINER= ports@FreeBSD.org COMMENT= SSLv3/TLS network protocol analyzer USE_OPENSSL= YES .include USE_AUTOCONF= YES GNU_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --sbindir=${PREFIX}/bin MAN1= ssldump.1 .include