Edit

IABSD.fr/ports/net/nbtscan/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-11-15 08:59:38
    Hash : 678f55a1
    Message : update to nbtscan-1.7.2

  • net/nbtscan/Makefile
  • COMMENT=	NetBIOS name network scanner
    
    GH_ACCOUNT=	resurrecting-open-source-projects
    GH_PROJECT=	nbtscan
    GH_TAGNAME=	1.7.2
    
    CATEGORIES=	net
    
    # GPLv2+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c
    
    NO_TEST=	Yes
    CONFIGURE_STYLE= autoreconf
    AUTOCONF_VERSION= 2.71
    AUTOMAKE_VERSION= 1.16
    #ALL_TARGET=	nbtscan
    
    xdo-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
    
    .include <bsd.port.mk>