openbsd-ports/devel/radare2/main/Makefile

21 lines
576 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2011/07/21 01:35:51 edd Exp $
COMMENT = reverse engineers disassembler and debugger
DISTNAME = radare2-${V}
# In radare, all libs have the same version
LIBV = 0.0 # 0.8.1
.for _lib in r_anal r_asm r_bin r_bp r_cmd r_config r_cons r_core r_debug \
r_diff r_flags r_fs r_hash r_io r_lang r_lib r_line r_parse r_print \
r_reg r_search r_sign r_socket r_syscall r_util
SHARED_LIBS+= ${_lib} ${LIBV}
.endfor
WANTLIB = c crypto m pthread ssl
CONFIGURE_ARGS += --with-libversion=${LIBV} \
--mandir=${PREFIX}/man
.include <bsd.port.mk>