aboutsummaryrefslogtreecommitdiff
path: root/editors/rehex/Makefile
blob: f776f4ce2a5f75535fdd1528d3bfd92411d38d23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PORTNAME=	rehex
DISTVERSION=	0.5.4
PORTREVISION=	1
CATEGORIES=	editors

MAINTAINER=	fuz@FreeBSD.org
COMMENT=	Hex editor for reverse engineering
WWW=		https://github.com/solemnwarning/rehex

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libcapstone.so:devel/capstone4 \
		libharfbuzz.so:print/harfbuzz \
		libiconv.so:converters/libiconv \
		libjansson.so:devel/jansson \
		libunistring.so:devel/libunistring

USES=		compiler:c++11-lang gmake gnome lua:53 perl5 pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	solemnwarning
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
USE_PERL5=	build
USE_WX=		3.0+
MAKE_ENV=	INSTALL_STRIP="${STRIP}" LUA_PKG="lua-${LUA_VER}" LUA="${LUA_CMD}"
TEST_TARGET=	check

OPTIONS_DEFINE=	DOCS
DOCS_BUILD_DEPENDS=	p5-Template-Toolkit>0:www/p5-Template-Toolkit \
			zip:archivers/zip
DOCS_MAKE_ARGS_OFF=	BUILD_HELP=0

.include <bsd.port.mk>