mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
30 lines
633 B
Makefile
30 lines
633 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
PORTNAME= rehex
|
|
PORTVERSION= 0.3.92
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Hex editor for reverse engineering
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libcapstone.so:devel/capstone4 \
|
|
libjansson.so:devel/jansson
|
|
|
|
USES= compiler:c++11-lang gmake gnome lua:53 pkgconfig
|
|
USE_WX= 3.0+
|
|
MAKE_ENV= LUA_PKG="lua-${LUA_VER}" LUA="${LUA_CMD}"
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= solemnwarning
|
|
|
|
PORTDOCS= CHANGES.txt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|