12f1c627d4
Bump ports in tree so they get rebuilt with new default settings for cargo ports
23 lines
414 B
Makefile
23 lines
414 B
Makefile
PORTNAME= elfcat
|
|
DISTVERSION= 0.1.8
|
|
PORTREVISION= 12
|
|
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>
|