freebsd-ports/net/ssldump/Makefile
Kris Kennaway 512ca7dd11 Update to ssldump 0.9.b3, which includes some security-related cleanups
and bug fixes.

Submitted by:	Thomas Vogt <thomas.vogt@bsdunix.ch>
Approved by:	myself (portmgr hat on)
2002-09-29 01:28:15 +00:00

27 lines
495 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
CATEGORIES= net security
MASTER_SITES= http://www.rtfm.com/ssldump/
MAINTAINER= kris@FreeBSD.org
USE_OPENSSL= YES
.include <bsd.port.pre.mk>
USE_AUTOCONF= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \
--sbindir=${PREFIX}/bin
MAN1= ssldump.1
.include <bsd.port.post.mk>