freebsd-ports/net/ssldump/Makefile
Tom McLaughlin 473212b77e Add optional AES decryption support via patch from CVS. (default: off)
It's been about 3.5 years since ssldump's last release and these patches
have been in CVS for about 3 years.  It would be a shame to just leave
them there.

Obtained from:	CVS by way of Suse 9.3 RPM
2006-05-03 00:48:49 +00:00

35 lines
701 B
Makefile

# 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
OPTIONS= AES "Enable AES support from CVS (EXPERIMENTAL)" off
.include <bsd.port.pre.mk>
GNU_CONFIGURE= YES
USE_GMAKE= YES
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \
--sbindir=${PREFIX}/bin
MAN1= ssldump.1
PLIST_FILES= bin/ssldump
.if defined (WITH_AES)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aes
.endif
.include <bsd.port.post.mk>