diff options
author | vd <vd@FreeBSD.org> | 2017-11-12 23:19:32 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2017-11-12 23:19:32 +0800 |
commit | 3e79d7cef86a058c4c236101d81425de564f69be (patch) | |
tree | b6c3dd661dbbc1f515c415e92a5dcf699ea5ad30 /net-p2p | |
parent | e8ebccd895889c40dcd6e5b19bf8d85228542e1b (diff) | |
download | freebsd-ports-gnome-3e79d7cef86a058c4c236101d81425de564f69be.tar.gz freebsd-ports-gnome-3e79d7cef86a058c4c236101d81425de564f69be.tar.zst freebsd-ports-gnome-3e79d7cef86a058c4c236101d81425de564f69be.zip |
net-p2p/monero-cli: Move readline to USES and add Doxygen option
Submitted by: thierry@
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/monero-cli/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile index 370774ed38c4..7767b038f59d 100644 --- a/net-p2p/monero-cli/Makefile +++ b/net-p2p/monero-cli/Makefile @@ -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 |