summaryrefslogtreecommitdiff
path: root/net/rtorrent/options.mk
blob: 3ca8199897310b0cce6ffb1a44ca0a110f837e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: options.mk,v 1.3 2018/09/14 21:06:42 maya Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.rtorrent
PKG_SUPPORTED_OPTIONS=	xmlrpc
PKG_SUGGESTED_OPTIONS=

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mxmlrpc)
CONFIGURE_ARGS+=       --with-xmlrpc-c=${PREFIX}/bin/xmlrpc-c-config
.  include "../../textproc/xmlrpc-c/buildlink3.mk"
.endif