2000-11-11 09:22:15 +00:00
|
|
|
# New ports collection makefile for: ssldump
|
|
|
|
# Date created: 10 November 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ssldump
|
2002-09-29 01:28:15 +00:00
|
|
|
PORTVERSION= 0.9b3
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2000-11-11 09:22:15 +00:00
|
|
|
CATEGORIES= net security
|
|
|
|
MASTER_SITES= http://www.rtfm.com/ssldump/
|
|
|
|
|
2003-08-10 23:16:22 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= SSLv3/TLS network protocol analyzer
|
2000-11-11 09:22:15 +00:00
|
|
|
|
|
|
|
USE_OPENSSL= YES
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2002-09-29 01:28:15 +00:00
|
|
|
USE_GMAKE= YES
|
|
|
|
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \
|
2004-02-27 02:35:35 +00:00
|
|
|
--sbindir=${PREFIX}/bin
|
2000-11-11 09:22:15 +00:00
|
|
|
|
|
|
|
MAN1= ssldump.1
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/ssldump
|
2000-11-11 09:22:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|