Makefile 861 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.12 2017/02/05 14:22:06 sthen Exp $
  2. COMMENT= transparent and scalable SSL/TLS interception
  3. DISTNAME= sslsplit-0.5.0
  4. REVISION= 0
  5. EXTRACT_SUFX= .tar.bz2
  6. CATEGORIES= security
  7. HOMEPAGE= https://www.roe.ch/SSLsplit
  8. MAINTAINER= Stuart Henderson <sthen@openbsd.org>
  9. # SSLsplit: BSD, khash.h (header-based library): MIT
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c crypto event_core event_extra event_openssl event_pthreads
  12. WANTLIB += pthread ssl
  13. MASTER_SITES= https://mirror.roe.ch/rel/sslsplit/
  14. LIB_DEPENDS= devel/libevent2
  15. # following is expected unless MALLOC_FLAGS includes 'j':
  16. # "cert.t.c:65:F:cert_refcount_inc:cert_refcount_inc_01:0: refcount mismatch"
  17. # the test deliberately does a use-after-free
  18. TEST_DEPENDS= devel/check
  19. MAKE_FLAGS= MANDIR=man PREFIX=${TRUEPREFIX}
  20. USE_GMAKE= Yes
  21. MAKE_FILE= GNUmakefile
  22. .include <bsd.port.mk>