the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dialog
Version: 1.0-20060221
Revision: 1002
Source: mirror:debian:pool/main/d/dialog/%n_%v.orig.tar.gz
SourceDirectory: %n-%v
BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.12-1)
Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 5.4-20041023-1006)
Conflicts: tetex-base (<< 2.0-1)
PatchFile: %n.patch
PatchFile-MD5: 66c42276e2ef831718982fe846b7de84
ConfigureParams: --mandir='$(prefix)/share/man' --with-ncurses
Source-MD5: acfd843163394e8bb17c841fdbe9c4a4
SourceRename: %n-%v.tar.gz
SetLIBS: -lncurses
DocFiles: CHANGES COPYING README VERSION
Description: Displays dialogboxes from shell scripts
DescDetail: <<
Lets you to present a variety of questions or display messages
using dialog boxes from a shell script (or any scripting language).
These types of dialog boxes are implemented: yes/no box, menu box,
input box, message box, text box, info box, guage box, checklist box,
fileselection box, and radiolist box.
<<
License: GPL
Homepage: http://freshmeat.net/projects/dialog/
Maintainer: Chris Zubrzycki
diff -Nurd -x'*~' dialog-1.0-20060221.orig/makefile.in dialog-1.0-20060221/makefile.in
--- dialog-1.0-20060221.orig/makefile.in 2006-01-18 17:42:18.000000000 -0500
+++ dialog-1.0-20060221/makefile.in 2008-08-18 12:15:44.000000000 -0400
@@ -27,7 +27,7 @@
localedir = $(prefix)/@DATADIRNAME@/locale
CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@ @DEFS@ -I. -I$(srcdir) -DLOCALEDIR=\"$(localedir)\"
+CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ @DEFS@ -DLOCALEDIR=\"$(localedir)\"
EXTRA_CFLAGS = @EXTRA_CFLAGS@
CC = @CC@
AR = @AR@
@@ -111,7 +111,7 @@
$(RANLIB) $@
dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
- $(LINK) -o $@ dialog$o -L. -ldialog $(LDFLAGS) $(LIBS)
+ $(LINK) -o $@ dialog$o libdialog.a $(LDFLAGS) $(LIBS)
clean \
distclean \