c97eace427
patch Emile iMil Heitor.
12 lines
356 B
Makefile
12 lines
356 B
Makefile
# $NetBSD: options.mk,v 1.1 2011/07/28 23:14:46 tron Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.rtorrent
|
|
PKG_SUPPORTED_OPTIONS= xmlrpc
|
|
PKG_SUGGESTED_OPTIONS= xmlrpc
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mxmlrpc)
|
|
CONFIGURE_ARGS+= --with-xmlrpc-c=${PREFIX:Q}/bin/xmlrpc-c-config
|
|
. include "../../textproc/xmlrpc-c/buildlink3.mk"
|
|
.endif
|