Edit

IABSD.fr/ports/security/sslsplit/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2018-02-14 18:06:29
    Hash : 8df5d2bc
    Message : update to sslsplit-0.5.2, partly from bket@

  • security/sslsplit/Makefile
  • # $OpenBSD: Makefile,v 1.13 2018/02/14 18:06:29 sthen Exp $
    
    COMMENT=	transparent and scalable SSL/TLS interception
    
    DISTNAME=	sslsplit-0.5.2
    EXTRACT_SUFX=	.tar.bz2
    
    CATEGORIES=	security
    
    HOMEPAGE=	https://www.roe.ch/SSLsplit
    
    MAINTAINER=	Stuart Henderson <sthen@openbsd.org>
    
    # SSLsplit: BSD, khash.h (header-based library): MIT
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c crypto event_core event_extra event_openssl event_pthreads
    WANTLIB += pthread ssl
    
    MASTER_SITES=	https://mirror.roe.ch/rel/sslsplit/
    
    LIB_DEPENDS=	devel/libevent2
    # following is expected unless MALLOC_FLAGS includes 'j':
    # "cert.t.c:65:F:cert_refcount_inc:cert_refcount_inc_01:0: refcount mismatch"
    # the test deliberately does a use-after-free
    TEST_DEPENDS=	devel/check
    MAKE_FLAGS=	MANDIR=man PREFIX=${TRUEPREFIX}
    
    USE_GMAKE=	Yes
    
    MAKE_FILE=	GNUmakefile
    
    .include <bsd.port.mk>