mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install contents of the dialog/TESTS directory to share/examples/dialog
This commit is contained in:
parent
fcf72904c9
commit
d2d012730f
3 changed files with 29 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Makefile for dialog
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= TESTS
|
||||
|
||||
PROG= dialog
|
||||
MAN1= dialog.1
|
||||
|
||||
|
|
|
|||
12
gnu/usr.bin/dialog/TESTS/Makefile
Normal file
12
gnu/usr.bin/dialog/TESTS/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
FILES= README checklist ftreebox infobox inputbox menubox msgbox \
|
||||
prgbox radiolist textbox treebox yesno
|
||||
|
||||
beforeinstall:
|
||||
.for file in ${FILES}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
|
||||
${DESTDIR}/usr/share/examples/dialog
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
15
gnu/usr.bin/dialog/TESTS/README
Normal file
15
gnu/usr.bin/dialog/TESTS/README
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
These shell scripts demonstrate possibilities of the dialog(1) tool.
|
||||
|
||||
checklist - checkbox list
|
||||
ftreebox - file tree box
|
||||
infobox - info box
|
||||
inputbox - input box
|
||||
menubox - menu
|
||||
msgbox - message box
|
||||
prgbox - program box
|
||||
radiolist - radio button list
|
||||
textbox - simple text box
|
||||
treebox - tree box
|
||||
yesno - yes/no dialog
|
||||
|
||||
$FreeBSD$
|
||||
Loading…
Reference in a new issue