1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-10-11 19:30:51 -04:00
|
|
|
|
2011-01-12 09:55:02 -05:00
|
|
|
DIALOG= ${.CURDIR}/../../../contrib/dialog
|
|
|
|
|
|
|
|
|
|
LIB= dialog
|
|
|
|
|
SHLIB_MAJOR= 7
|
2011-04-17 13:28:17 -04:00
|
|
|
SRCS= argv.c arrows.c buttons.c calendar.c checklist.c columns.c \
|
|
|
|
|
dlg_keys.c editbox.c fselect.c formbox.c guage.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 \
|
|
|
|
|
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
|
|
|
|
|
|
2011-02-05 11:23:32 -05:00
|
|
|
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED
|
2011-01-12 09:55:02 -05:00
|
|
|
.PATH: ${DIALOG}
|
|
|
|
|
WARNS?= 3
|
1996-02-08 19:45:45 -05:00
|
|
|
|
1994-10-11 19:30:51 -04:00
|
|
|
.include <bsd.lib.mk>
|