Install contents of the dialog/TESTS directory to share/examples/dialog
This commit is contained in:
parent
44e85f03eb
commit
2e03fc8a09
@ -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 New Issue
Block a user