Edit

IABSD.fr/ports/net/nload/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/nload/Makefile
  • COMMENT=		network traffic and bandwidth usage in real time
    
    DISTNAME=		nload-0.7.4
    REVISION =		5
    CATEGORIES=		net
    
    HOMEPAGE=		http://www.roland-riegel.de/nload/
    MAINTAINER=		Gonzalo L. R. <gonzalo@openbsd.org>
    
    # GPLv2+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c form m curses ${COMPILER_LIBCXX}
    
    COMPILER =		base-clang ports-gcc base-gcc
    
    SITES=			${HOMEPAGE}
    
    CONFIGURE_STYLE=	gnu
    SEPARATE_BUILD=		Yes
    
    .include <bsd.port.mk>