Edit

IABSD.fr/ports/net/liboping/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:17:59
    Hash : a34bba28
    Message : MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use

  • net/liboping/Makefile
  • COMMENT =	library and tools to generate ICMP echo requests
    
    DISTNAME =	liboping-1.10.0
    REVISION =	1
    
    SHARED_LIBS +=	oping 0.1 # 3.0
    
    CATEGORIES =	net
    
    HOMEPAGE =	https://noping.cc/
    
    # LGPL v2.1+ (lib) GPLv2+ (binaries)
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c m curses perl
    CFLAGS += -Wno-error
    
    SITES =		https://noping.cc/files/
    CONFIGURE_STYLE =	gnu
    
    .include <bsd.port.mk>