sysutils/libtree: new port, libtree 3.1.1

This commit is contained in:
c0dev0id
2026-07-08 11:09:42 +02:00
parent 00c32ca2ed
commit bc3689e565
6 changed files with 59 additions and 0 deletions

27
sysutils/libtree/Makefile Normal file
View File

@@ -0,0 +1,27 @@
COMMENT = ldd as a tree
GH_ACCOUNT = haampie
GH_PROJECT = libtree
GH_TAGNAME = v3.1.1
REVISION = 1
CATEGORIES = sysutils
MAINTAINER = Laurent Cheylus <foxy@free.fr>
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = c
USE_GMAKE = Yes
TEST_TARGET = check
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libtree ${PREFIX}/bin
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/libtree.1 ${PREFIX}/man/man1
.include <bsd.port.mk>