mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
net-p2p/monero-cli: Move readline to USES and add Doxygen option
Submitted by: thierry@
This commit is contained in:
parent
dbd1c3f670
commit
3103c20f8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454049
1 changed files with 6 additions and 2 deletions
|
@ -21,16 +21,20 @@ LIB_DEPENDS= \
|
|||
libboost_system.so:devel/boost-libs \
|
||||
libboost_thread.so:devel/boost-libs \
|
||||
libminiupnpc.so:net/miniupnpc \
|
||||
libreadline.so:devel/readline \
|
||||
libunwind.so:devel/libunwind \
|
||||
libzmq.so:net/libzmq4
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/zmq.hpp:net/cppzmq
|
||||
|
||||
USES= cmake compiler:c++11-lib pkgconfig ssl
|
||||
USES= cmake compiler:c++11-lib pkgconfig readline ssl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= monero-project
|
||||
GH_PROJECT= monero
|
||||
|
||||
OPTIONS_DEFINE= DOXYGEN
|
||||
DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \
|
||||
doxygen:devel/doxygen
|
||||
DOXYGEN_CMAKE_BOOL= BUILD_DOCUMENTATION
|
||||
|
||||
USE_RC_SUBR= monerod
|
||||
|
||||
USERS= monero
|
||||
|
|
Loading…
Add table
Reference in a new issue