aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlfonso S. Siciliano <asiciliano@FreeBSD.org>2024-05-16 13:24:49 +0000
committerAlfonso S. Siciliano <asiciliano@FreeBSD.org>2024-05-16 13:24:49 +0000
commitbe8846bd9e069f4a6bea3d769005bea96cf43990 (patch)
treef95c7bf7ccfdbc7ffcb90fe46c2dd95f76d32449 /Makefile
parente56a937c3e111672afff33346941fb618792308b (diff)
downloadsrc-vendor/bsddialog.tar.gz
src-vendor/bsddialog.zip
contrib/bsddialog: Import version 1.0.2vendor/bsddialog/1.0.2vendor/bsddialog
Implicitly import also 1.0.1, both versions are for fixing and feature requests. Fixing: Change --mixedform behavior to fix a bsdinstall fault avoiding to change the command line in wlanconfig. Feature requests: * Add keys to navigate menus. * Add key to redraw dialogs. * Avoid to handle env NCURSES_NO_UTF8_ACS in PuTTY. See '2024-04-11 Version 1.0.2' and '2023-11-16 Version 1.0.1' in /usr/src/contrib/bsddialog/CHANGELOG for more detailed information. PR: 274472 Differential Revision: D42380
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 884cfa1b3e60..e6ec9988c59d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@
#
# Written in 2023 by Alfonso Sabato Siciliano
-OUTPUT = bsddialog
-export VERSION=1.0
+OUTPUT = bsddialog
+export VERSION=1.0.2
.CURDIR ?= ${CURDIR}
LIBPATH = ${.CURDIR}/lib
LIBBSDDIALOG = ${LIBPATH}/libbsddialog.so
@@ -13,14 +13,14 @@ UTILITYPATH = ${.CURDIR}/utility
RM= rm -f
LN = ln -s -f
-### cli options ###
-# port/pkg Makefile: 'MAKE_ARGS = -DNORPATH'
+### command-line options ###
+# FreeBSD port Makefile: 'MAKE_ARGS = -DNORPATH'
NORPATH ?=
export DISABLERPATH=${NORPATH}
-# `make -DDEBUG`
-# `gmake DEBUG=1`
+# Debug: `make -DDEBUG` or `gmake DEBUG=1`
DEBUG ?=
export ENABLEDEBUG=${DEBUG}
+###################
all : ${OUTPUT}