mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
4d136ed5df
It looks like the configure-path is no longer necessary
30 lines
563 B
Makefile
30 lines
563 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
|
|
|
|
.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
|
|
|
|
.include <bsd.port.post.mk>
|