aboutsummaryrefslogtreecommitdiff
path: root/devel/elfcat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/elfcat/Makefile')
-rw-r--r--devel/elfcat/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/elfcat/Makefile b/devel/elfcat/Makefile
new file mode 100644
index 000000000000..53c73251641d
--- /dev/null
+++ b/devel/elfcat/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= elfcat
+DISTVERSION= 0.1.8
+PORTREVISION= 23
+CATEGORIES= devel
+
+MAINTAINER= lwhsu@FreeBSD.org
+COMMENT= ELF visualizer, generates HTML files from ELF binaries
+WWW= https://crates.io/crates/elfcat
+
+LICENSE= ZLIB
+LICENSE_FILE= ${WRKSRC}/license
+
+USES= cargo
+USE_GITHUB= yes
+GH_ACCOUNT= ruslashev
+
+PLIST_FILES= bin/elfcat
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/elfcat
+
+.include <bsd.port.mk>