mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
28ad5bf8a1
PR: 249093
36 lines
796 B
Makefile
36 lines
796 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= radare-cutter
|
|
PORTVERSION= 1.12.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= GUI for radare2 reverse engineering framework
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/../COPYING
|
|
|
|
LIB_DEPENDS= libr_bin.so:devel/radare2
|
|
|
|
USES= cmake gl pkgconfig python:3.4+ qmake:outsource qt:5
|
|
LDFLAGS+= -lexecinfo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= radareorg
|
|
GH_PROJECT= cutter
|
|
GH_TUPLE= radareorg:cutter-translations:d576ccc:translations/translations
|
|
|
|
USE_QT= core declarative gui linguist location network printsupport svg \
|
|
webchannel webengine widgets buildtools_build
|
|
USE_GL= gl
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro
|
|
|
|
.include <bsd.port.mk>
|