Edit

IABSD.fr/ports/net/sacc/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/sacc/Makefile
  • COMMENT =	simple console gopher client
    DISTNAME =	sacc-1.06
    CATEGORIES =	net
    
    HOMEPAGE =	gopher://bitreich.org/1/scm/sacc
    MAINTAINER =	Brian Callahan <bcallah@openbsd.org>
    
    # ISC
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c curses tls
    
    SITES =		ftp://bitreich.org/releases/sacc/
    
    # To open HTML and other links sacc doesn't understand.
    RUN_DEPENDS =	devel/xdg-utils
    
    NO_TEST =	Yes
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/sacc ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKSRC}/sacc.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>