opnsense-ports/sysutils/libtree/Makefile
Franco Fichtner 2bf174870b */*: sync with upstream
Taken from: FreeBSD
2022-03-10 14:43:32 +01:00

21 lines
381 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= libtree
PORTVERSION= 3.1.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Show library info in a tree form
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= haampie
PLIST_FILES= bin/libtree \
share/man/man1/libtree.1.gz
.include <bsd.port.mk>