1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/bloaty/Makefile
2020-06-03 18:32:05 +00:00

30 lines
635 B
Makefile

# $FreeBSD$
PORTNAME= bloaty
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
PORTREVISION= 7
CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
COMMENT= Size profiler for binaries
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libre2.so:devel/re2 \
libcapstone.so:devel/capstone4 \
libprotobuf.so:devel/protobuf
USES= cmake compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TUPLE= abseil:abseil-cpp:bea85b5:abseil/third_party/abseil-cpp \
nico:demumble:01098ea:demumble/third_party/demumble
CMAKE_OFF= BLOATY_ENABLE_CMAKETARGETS BLOATY_ENABLE_BUILDID
PLIST_FILES= bin/bloaty
.include <bsd.port.mk>