openbsd-ports/net/ssldump/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

31 lines
619 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:42 sthen Exp $
COMMENT= SSLv3/TLS network protocol analyzer
VERSION= 0.9b3
DISTNAME= ssldump-${VERSION}
REVISION= 0
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
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_REGRESS= Yes
.include <bsd.port.mk>