Edit

IABSD.fr/ports/net/cftp/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/cftp/Makefile
  • COMMENT=	deprecated full screen FTP client
    
    DISTNAME=	cftp-0.12
    REVISION=	6
    CATEGORIES=	net
    
    HOMEPAGE=	https://nih.at/cftp/
    
    # GPLv2+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c curses
    
    SITES=		${HOMEPAGE}
    
    CONFIGURE_STYLE=	gnu
    
    .include <bsd.port.mk>