sthen 7f642e1af6 add ssldump patches from sourceforge tracker, unbreaking runtime
drop USE_GROFF, regen plist+distinfo while there
2013-04-25 15:21:40 +00:00

27 lines
514 B
Makefile

# $OpenBSD: Makefile,v 1.15 2013/04/25 15:21:40 sthen Exp $
COMMENT= SSLv3/TLS network protocol analyzer
DISTNAME= ssldump-0.9b3
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://www.rtfm.com/ssldump/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto m pcap ssl
MASTER_SITES= http://www.rtfm.com/ssldump/
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= --with-openssl-inc=/usr/include \
--with-openssl-lib=/usr/lib
NO_TEST= Yes
.include <bsd.port.mk>