mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cf118ccf87
Reported by: lwhsu
26 lines
559 B
Makefile
26 lines
559 B
Makefile
PORTNAME= triton
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.8.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Dynamic Binary Analysis (DBA) framework
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
|
|
LIB_DEPENDS= libcapstone.so:devel/capstone4 \
|
|
libz3.so:math/z3
|
|
|
|
USES= cmake compiler:c++11-lang python:build shebangfix
|
|
SHEBANG_FILES= src/scripts/extract_syscall.py
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= JonathanSalwan
|
|
GH_PROJECT= Triton
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= PYTHON_BINDINGS
|
|
|
|
.include <bsd.port.mk>
|