Edit

IABSD.fr/ports/net/mudix/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/mudix/Makefile
  • COMMENT=	ncurses-based MUD client with triggers, aliases, colors
    
    DISTNAME=	mudix-4.3
    CATEGORIES=	net games
    HOMEPAGE=	http://dw.nl.eu.org/mudix.html
    REVISION=	0
    
    # BSD-style
    PERMIT_PACKAGE=	Yes
    WANTLIB=	c curses panel
    
    SITES=		http://dw.nl.eu.org/mudix/
    
    CONFIGURE_STYLE=gnu
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/mudix ${PREFIX}/bin
    	${INSTALL_DATA_DIR} ${PREFIX}/share/mudix
    	${INSTALL_DATA} ${WRKSRC}/sample.usr ${PREFIX}/share/mudix
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>