Edit

IABSD.fr/ports/net/mudix/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:48:23
    Hash : 48b0b966
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • net/mudix/Makefile
  • # $OpenBSD: Makefile,v 1.9 2019/07/12 20:48:32 sthen Exp $
    
    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
    
    MASTER_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>