xbae stable port information

Package: xbae
Version: 4.60.4
Revision: 3
Maintainer: None
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 9690059474bb05191dccd041ff5052bd
BuildDepends: fink (>= 0.24.12-1), openmotif4, x11-dev
Depends: %N-shlibs (= %v-%r)
PatchFile: %n.patch
PatchFile-MD5: 6b87fc6ec61b66a41b30b5c4cfe4f314
ConfigureParams: --mandir=%p/share/man --enable-static --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
InstallScript: make install DESTDIR=%d
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Replaces: xbae (<< 4.9.1-3)
Depends: openmotif4-shlibs, x11
Files: lib/*.*.dylib
Shlibs: %p/lib/libXbae.4.dylib 5.0.0 %n (>= 4.9.5-1)
DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<
Description: Set of motif based widgets
DescDetail: <<
Xbae consists of three widgets:
1.XbaeMatrix: The XbaeMatrix widget which displays a grid of cells in the
same manner as a spreadsheet.

2.XbaeCaption: XbaeCaption is a simple Manager widget used to associate an
XmLabel (caption) with it's single child.

3.XbaeInput: XbaeInput is a widget subclassed from XmText widget and allows
keystrokes to be validated as well as the final string.
<<
DescPackaging: <<
DocFiles not used as all documentation installed with everything else.

Patched configure to use fink's aclocal path without needing
BuildDepends:automaken

Originally packaged by Matt Stephenson.

fangism bumped dep to openmotif4.
<<
License: BSD
Homepage: http://xbae.sourceforge.net

xbae stable port .patch

diff -Nurd -x'*~' xbae-4.60.4.orig/Makefile.in xbae-4.60.4/Makefile.in
--- xbae-4.60.4.orig/Makefile.in 2006-05-29 10:02:12.000000000 -0400
+++ xbae-4.60.4/Makefile.in 2007-06-25 22:05:14.000000000 -0400
@@ -230,14 +230,14 @@
x_includes = @x_includes@
x_libraries = @x_libraries@
MAINTAINERCLEANFILES = Makefile.in configure libtool config.guess config.sub ltconfig ltmain.sh aclocal.m4 config.h.in install-sh missing mkinstalldirs
-SUBDIRS = include src examples doc scripts
+SUBDIRS = include src doc scripts
EXTRA_DIST = configure ac_find_xbae.m4 Imakefile Xbae.tmpl Xbae.rules \
CVSMake

aclocaldir = @ACLOCALDIR@
@Aclocal_TRUE@aclocal_DATA = ac_find_xbae.m4
-docdir = $(datadir)/Xbae
-doc_DATA = NEWS README
+docdir = $(datadir)/xbae
+doc_DATA = AUTHORS ChangeLog COPYING NEWS README

#
# Some convenient targets for users of Exuberant ctags
diff -Nurd -x'*~' xbae-4.60.4.orig/configure xbae-4.60.4/configure
--- xbae-4.60.4.orig/configure 2006-05-29 10:02:05.000000000 -0400
+++ xbae-4.60.4/configure 2007-06-25 22:06:04.000000000 -0400
@@ -21986,10 +21986,8 @@

fi

-if (aclocal --print-ac-dir) /dev/null 2>&1 && test -w `aclocal --print-ac-dir`; then
- ACLOCALDIR=`aclocal --print-ac-dir`
+ ACLOCALDIR="${prefix}/share/aclocal"

-fi


if test x$ACLOCALDIR != x ; then
diff -Nurd -x'*~' xbae-4.60.4.orig/doc/Makefile.in xbae-4.60.4/doc/Makefile.in
--- xbae-4.60.4.orig/doc/Makefile.in 2006-05-29 10:02:06.000000000 -0400
+++ xbae-4.60.4/doc/Makefile.in 2007-06-25 22:45:01.000000000 -0400
@@ -224,7 +224,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-docdir = $(datadir)/Xbae
+docdir = $(datadir)/xbae
doc_DATA = \
contents.html coverplus.html difffonts.html \
index.html main.html morelines.html \
diff -Nurd -x'*~' xbae-4.60.4.orig/doc/images/Makefile.in xbae-4.60.4/doc/images/Makefile.in
--- xbae-4.60.4.orig/doc/images/Makefile.in 2006-05-29 10:02:06.000000000 -0400
+++ xbae-4.60.4/doc/images/Makefile.in 2007-06-25 22:52:28.000000000 -0400
@@ -213,7 +213,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-imagedir = $(datadir)/Xbae/images
+imagedir = $(datadir)/xbae/images

#
# Cut the distribution size, don't distribute these in a source

xbae _unstable_ port .patch