ports/sysutils/tree/Makefile

23 lines
375 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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
2023-09-28 02:05:49 +00:00
SITES= https://github.com/pyr/tree/releases/download/$V/
2023-08-16 22:26:55 +00:00
EXTRACT_SUFX= .tgz
NO_TEST= Yes
do-configure:
@sed -i 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
.include <bsd.port.mk>