aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libtree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libtree/Makefile')
-rw-r--r--sysutils/libtree/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/libtree/Makefile b/sysutils/libtree/Makefile
new file mode 100644
index 000000000000..c9a4c8f33de4
--- /dev/null
+++ b/sysutils/libtree/Makefile
@@ -0,0 +1,21 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+
+PORTNAME= libtree
+PORTVERSION= 3.0.3
+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>