2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:35:57 espie Exp $
|
2000-11-18 14:44:52 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= SSLv3/TLS network protocol analyzer
|
2000-11-18 14:44:52 +00:00
|
|
|
|
2006-05-03 06:07:17 +00:00
|
|
|
VERSION= 0.9b3
|
|
|
|
DISTNAME= ssldump-${VERSION}
|
2010-07-12 22:07:37 +00:00
|
|
|
REVISION= 0
|
2001-03-24 19:55:27 +00:00
|
|
|
CATEGORIES= net
|
2000-11-18 14:44:52 +00:00
|
|
|
|
2001-03-24 19:55:27 +00:00
|
|
|
HOMEPAGE= http://www.rtfm.com/ssldump/
|
|
|
|
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
2000-11-18 14:44:52 +00:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-07-12 22:07:37 +00:00
|
|
|
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c crypto m pcap ssl
|
2000-11-18 14:44:52 +00:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.rtfm.com/ssldump/
|
|
|
|
|
2002-09-14 08:40:52 +00:00
|
|
|
USE_GMAKE= Yes
|
2010-11-19 22:31:32 +00:00
|
|
|
USE_GROFF = Yes
|
2000-11-18 14:44:52 +00:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ARGS+= --with-openssl-inc=/usr/include \
|
|
|
|
--with-openssl-lib=/usr/lib
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-28 01:38:44 +00:00
|
|
|
|
2000-11-18 14:44:52 +00:00
|
|
|
.include <bsd.port.mk>
|