openbsd-ports/net/ssldump/Makefile

27 lines
555 B
Makefile
Raw Normal View History

2003-04-10 14:08:56 -04:00
# $OpenBSD: Makefile,v 1.7 2003/04/10 18:08:57 jsyn Exp $
2003-04-10 14:08:56 -04:00
COMMENT= "SSLv3/TLS network protocol analyzer"
DISTNAME= ssldump-0.9b3
CATEGORIES= net
HOMEPAGE= http://www.rtfm.com/ssldump/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>