Edit

IABSD.fr/ports/sysutils/superscript/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/superscript/Makefile
  • COMMENT=	extended script command
    
    DISTNAME=	superscript-0.0
    CATEGORIES=	sysutils
    SITES=		https://distfiles.sigtrap.nl/
    
    
    WANTLIB=	c util
    # BSD
    PERMIT_PACKAGE=	Yes
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKBUILD}/superscript ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKSRC}/superscript.1 ${PREFIX}/man/man1
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>