freebsd-ports/devel/bloaty/Makefile
2019-07-31 16:38:52 +00:00

29 lines
635 B
Makefile

# $FreeBSD$
PORTNAME= bloaty
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
PORTREVISION= 4
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>