freebsd-ports/net/ssldump/Makefile
2002-04-29 20:47:15 +00:00

26 lines
451 B
Makefile

# New ports collection makefile for: ssldump
# Date created: 10 November 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ssldump
PORTVERSION= 0.9b2
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
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
MAN1= ssldump.1
.include <bsd.port.post.mk>