pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/nnn



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Mar 19 22:43:18 UTC 2019

Added Files:
        pkgsrc/sysutils/nnn: options.mk

Log Message:
nnn: Belatedly add options.mk

(Sorry, should be part of update to 2.4!)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/nnn/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/nnn/options.mk
diff -u /dev/null pkgsrc/sysutils/nnn/options.mk:1.1
--- /dev/null   Tue Mar 19 22:43:18 2019
+++ pkgsrc/sysutils/nnn/options.mk      Tue Mar 19 22:43:18 2019
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2019/03/19 22:43:18 leot Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.nnn
+PKG_SUPPORTED_OPTIONS+=        readline
+PKG_SUGGESTED_OPTIONS+=        readline
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mreadline)
+BUILD_TARGET=          all
+.include "../../mk/readline.buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index