freebsd-ports/x11/radare-cutter/Makefile
Tobias C. Berner 89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00

37 lines
786 B
Makefile

# $FreeBSD$
PORTNAME= radare-cutter
PORTVERSION= 1.7.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
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= gl pkgconfig python:3.4+ qmake:outsource qt:5
USE_GITHUB= yes
GH_ACCOUNT= radareorg
GH_PROJECT= cutter
USE_QT= buildtools_build core declarative gui location network printsupport \
svg webchannel webengine widgets
USE_GL= gl
WRKSRC_SUBDIR= src
PLIST_FILES= bin/Cutter \
share/appdata/Cutter.appdata.xml \
share/applications/Cutter.desktop \
share/pixmaps/cutter.svg
post-patch:
@${REINPLACE_CMD} 's/python3/python-${PYTHON_VER}/' ${WRKSRC}/Cutter.pro
.include <bsd.port.mk>