diff --git a/x11/radare-cutter/Makefile b/x11/radare-cutter/Makefile index 91d8f9d3aa03..88dc48f89aeb 100644 --- a/x11/radare-cutter/Makefile +++ b/x11/radare-cutter/Makefile @@ -1,42 +1,45 @@ PORTNAME= radare-cutter PORTVERSION= 0.1.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= bofh@FreeBSD.org COMMENT= GUI for radare2 reverse engineering framework WWW= https://github.com/radareorg/cutter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING +DEPRECATED= Cutter for radare has been discontinued as Cutter has moved to use rizin as their backend framework +EXPIRATION_DATE= 2023-06-07 + LIB_DEPENDS= libcapstone.so:devel/capstone4 \ 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= r2cutter GH_TUPLE= radareorg:cutter-translations:8e1d24b:translations/translations USE_QT= core declarative gui linguist location network printsupport svg \ webchannel widgets buildtools:build USE_GL= gl WRKSRC_SUBDIR= src CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 USE_QT+= webengine .endif post-patch: @${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro .include