Edit

IABSD.fr/ports/sysutils/tree/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2018-03-08 15:13:20
    Hash : edc250e6
    Message : switch to release tarball

  • sysutils/tree/Makefile
  • # $OpenBSD: Makefile,v 1.13 2018/03/08 15:13:20 sthen Exp $
    
    COMMENT=	print ascii formatted tree of a directory structure
    
    V=		0.62
    DISTNAME=	tree-$V
    HOMEPAGE=	https://github.com/pyr/tree
    
    CATEGORIES=	sysutils
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c
    
    MASTER_SITES=	https://github.com/pyr/tree/releases/download/$V/
    EXTRACT_SUFX=	.tgz
    
    NO_TEST=	Yes
    
    do-configure:
    	@sed -i 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
    
    .include <bsd.port.mk>