Edit

IABSD.fr/ports/shells/es/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 16:41:31
    Hash : 02b4bf8a
    Message : MASTER_SITES -> SITES

  • shells/es/Makefile
  • COMMENT=	extensible shell, derived from plan9's rc
    
    DISTNAME=	es-0.9-beta1
    PKGNAME=	es-0.9beta1
    REVISION=	0
    EPOCH=		0
    CATEGORIES=	shells
    
    SITES=		ftp://ftp.sys.toronto.edu/pub/es/
    
    PERMIT_PACKAGE=	Yes
    
    SEPARATE_BUILD=	Yes
    CONFIGURE_STYLE=gnu dest
    
    WANTLIB=	c 
    
    ALL_TARGET=	es
    
    NO_TEST=	Yes
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/es ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKSRC}/es.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>