1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-10-11 19:30:51 -04:00
|
|
|
|
2017-03-12 14:59:16 -04:00
|
|
|
DIALOG= ${SRCTOP}/contrib/dialog
|
2011-01-12 09:55:02 -05:00
|
|
|
|
|
|
|
|
LIB= dialog
|
2013-06-23 17:59:52 -04:00
|
|
|
SHLIB_MAJOR= 8
|
2013-06-17 06:28:55 -04:00
|
|
|
SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
|
|
|
|
|
columns.c dlg_keys.c editbox.c fselect.c formbox.c guage.c \
|
|
|
|
|
help.c inputbox.c inputstr.c menubox.c mixedform.c \
|
|
|
|
|
mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
|
|
|
|
|
progressbox.c rangebox.c rc.c tailbox.c textbox.c timebox.c \
|
|
|
|
|
trace.c treeview.c ui_getc.c util.c version.c yesno.c
|
2011-01-12 09:55:02 -05:00
|
|
|
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
|
|
|
|
|
MAN= dialog.3
|
|
|
|
|
|
2014-11-25 16:18:18 -05:00
|
|
|
LIBADD= ncursesw m
|
2014-11-07 05:49:54 -05:00
|
|
|
|
2013-06-17 06:28:55 -04:00
|
|
|
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
|
2011-01-12 09:55:02 -05:00
|
|
|
.PATH: ${DIALOG}
|
2013-06-17 09:02:39 -04:00
|
|
|
WARNS?= 1
|
1996-02-08 19:45:45 -05:00
|
|
|
|
1994-10-11 19:30:51 -04:00
|
|
|
.include <bsd.lib.mk>
|