1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-10-11 23:30:51 +00:00
|
|
|
|
2011-01-12 14:55:02 +00:00
|
|
|
DIALOG= ${.CURDIR}/../../../contrib/dialog
|
|
|
|
|
|
|
|
LIB= dialog
|
|
|
|
SHLIB_MAJOR= 7
|
2013-06-17 10:28:55 +00: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 14:55:02 +00:00
|
|
|
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
|
|
|
|
MAN= dialog.3
|
|
|
|
|
2013-06-17 10:28:55 +00:00
|
|
|
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
|
2011-01-12 14:55:02 +00:00
|
|
|
.PATH: ${DIALOG}
|
2013-06-17 10:28:55 +00:00
|
|
|
WARNS?= 4
|
1996-02-09 00:45:45 +00:00
|
|
|
|
1994-10-11 23:30:51 +00:00
|
|
|
.include <bsd.lib.mk>
|