openbsd-ports/sysutils/tree/Makefile

25 lines
442 B
Makefile

# $OpenBSD: Makefile,v 1.14 2019/07/12 20:49:53 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= 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>