Edit

IABSD.fr/ports/security/hcxtools/Makefile

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2020-08-17 19:37:30
    Hash : 3a61b1e0
    Message : simple update 6.0.3 -> 6.1.1

  • security/hcxtools/Makefile
  • # $OpenBSD: Makefile,v 1.8 2020/08/17 19:37:30 sebastia Exp $
    
    COMMENT =	convert pcap dumps to hashcat or John the Ripper input
    
    GH_ACCOUNT =	ZerBea
    GH_PROJECT =	hcxtools
    GH_TAGNAME =	6.1.1
    DISTNAME =	hcxtools-${GH_TAGNAME}
    
    CATEGORIES =	security
    
    MAINTAINER =	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c pthread crypto ssl curl z
    LIB_DEPENDS +=	net/curl
    
    USE_GMAKE =	Yes
    ALL_TARGET =
    
    MAKE_ENV+=	CPPFLAGS=-I${LOCALBASE}/include
    MAKE_ENV+=	LDFLAGS=-L${LOCALBASE}/lib
    MAKE_FLAGS =	PREFIX='${LOCALBASE}'
    FAKE_FLAGS =	MANDIR=${DESTDIR}${PREFIX}/man
    
    pre-install:
    	${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
    
    .include <bsd.port.mk>