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
|
2011-04-17 17:28:17 +00:00
|
|
|
SRCS= argv.c arrows.c buttons.c calendar.c checklist.c columns.c \
|
2011-07-14 14:01:36 +00:00
|
|
|
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 \
|
|
|
|
rc.c tailbox.c textbox.c timebox.c trace.c ui_getc.c util.c \
|
2011-04-17 17:28:17 +00:00
|
|
|
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
|
|
|
|
|
2011-02-05 16:23:32 +00:00
|
|
|
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED
|
2011-01-12 14:55:02 +00:00
|
|
|
.PATH: ${DIALOG}
|
2011-07-14 14:01:36 +00:00
|
|
|
WARNS?= 1
|
1996-02-09 00:45:45 +00:00
|
|
|
|
1994-10-11 23:30:51 +00:00
|
|
|
.include <bsd.lib.mk>
|