Edit

IABSD.fr/ports/plan9/rc/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:23:27
    Hash : a8b8aac8
    Message : MASTER_SITES -> SITES

  • plan9/rc/Makefile
  • COMMENT=	shell (clone of plan9 shell)
    
    DISTNAME=	rc-1.7.4
    REVISION=	1
    CATEGORIES=	plan9 shells
    SITES=		http://static.tobold.org/rc/
    
    HOMEPAGE=	http://tobold.org/article/rc
    
    # zlib license
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c
    
    SEPARATE_BUILD=	Yes
    CONFIGURE_STYLE= gnu
    CONFIGURE_ARGS=	--with-history
    
    FLAVORS=	readline editline
    FLAVOR?=
    
    TEST_TARGET= trip
    
    .if ${FLAVOR} == "readline"
    CONFIGURE_ARGS+= --with-edit=readline
    WANTLIB+=		curses readline
    .elif ${FLAVOR} == "editline"
    CONFIGURE_ARGS+= --with-edit=edit
    WANTLIB += curses edit
    .endif
    
    .include <bsd.port.mk>