pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/kore kore: add an 'acme' build option to allow com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1db9a5707dbf
branches:  trunk
changeset: 448713:1db9a5707dbf
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Fri Mar 12 21:25:53 2021 +0000

description:
kore: add an 'acme' build option to allow compiling in ACME support.

diffstat:

 www/kore/options.mk |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r f55abf9e36c9 -r 1db9a5707dbf www/kore/options.mk
--- a/www/kore/options.mk       Fri Mar 12 17:52:10 2021 +0000
+++ b/www/kore/options.mk       Fri Mar 12 21:25:53 2021 +0000
@@ -1,10 +1,17 @@
-# $NetBSD: options.mk,v 1.1 2019/08/22 13:30:31 fcambus Exp $
+# $NetBSD: options.mk,v 1.2 2021/03/12 21:25:53 fcambus Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kore
-PKG_SUPPORTED_OPTIONS= curl debug
+PKG_SUPPORTED_OPTIONS= acme curl debug
 
 .include "../../mk/bsd.options.mk"
 
+# Compile in ACME support
+.if !empty(PKG_OPTIONS:Macme)
+.  include "../../www/curl/buildlink3.mk"
+MAKE_FLAGS+=   ACME=1
+USE_TOOLS+=    pkg-config
+.endif
+
 # Compile in asynchronous curl support
 .if !empty(PKG_OPTIONS:Mcurl)
 .  include "../../www/curl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index