the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: vtwm
Version: 5.4.6b
Revision: 3
Source: ftp://ftp.visi.com/users/hawkeyd/X/vtwm-%v.tar.gz
Source-MD5: e6116c0d7ca973488b39e8964e4153f0
PatchFile: %n.patch
PatchFile-MD5: ceb1f6582700a385f84d805591a87c72
Depends: x11
BuildDepends: x11-dev, fink (>= 0.24.12), xmkmf (>= 1.0.2-3)
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
xmkmf
make BINDIR="%p/bin" MANDIR="%p/share/man" DOCHTMLDIR="%p/share/doc/vtwm" VTWMLIBDIR="%p/etc/X11/vtwm"
<<
InstallScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
make install DESTDIR=%d BINDIR="%p/bin" MANDIR="%p/share/man" DOCHTMLDIR="%p/share/doc/vtwm" VTWMLIBDIR="%p/etc/X11/vtwm" INSTALLFLAGS=-c
mkdir -p %i/share/doc/vtwm
cp -R contrib %i/share/doc/vtwm/contrib
cp -R doc %i/share/doc/vtwm/doc
<<
Description: Virtual Tab Window Manager
DescDetail: <<
VTWM, one of many TWM descendants, implements a Virtual Desktop, meaning
that what is currently on screen is just a portion of a larger workspace.
What portion of the virtual desktop that is displayed, and whatever windows
might be visible within it, are simple point-and-click operations within a
scaled representation of the workspace.
<<
DocFiles: INSTALL system.vtwmrc.2D system.vtwmrc.3D
License: OSI-Approved
Maintainer: None
Homepage: http://www.visi.com/~hawkeyd/vtwm.html
DescPackaging: <<
Maintainer (<= 5.4.6b-3): Daniel Henninger
<<
diff -ru vtwm-5.4.6b.orig/gram.y vtwm-5.4.6b/gram.y
--- vtwm-5.4.6b.orig/gram.y Mon Jan 17 01:21:13 2005
+++ vtwm-5.4.6b/gram.y Mon Jan 17 01:21:27 2005
@@ -105,7 +105,7 @@
*
* djhjr - 1/16/98
*/
-extern int yylineno;
+int yylineno;
%}
Package: vtwm
Version: 5.4.6b
Revision: 3
Source: ftp://ftp.visi.com/users/hawkeyd/X/vtwm-%v.tar.gz
Source-MD5: e6116c0d7ca973488b39e8964e4153f0
PatchFile: %n.patch
PatchFile-MD5: ceb1f6582700a385f84d805591a87c72
Depends: x11
BuildDepends: x11-dev, fink (>= 0.24.12), xmkmf (>= 1.0.2-3)
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
xmkmf
make BINDIR="%p/bin" MANDIR="%p/share/man" DOCHTMLDIR="%p/share/doc/vtwm" VTWMLIBDIR="%p/etc/X11/vtwm"
<<
InstallScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
make install DESTDIR=%d BINDIR="%p/bin" MANDIR="%p/share/man" DOCHTMLDIR="%p/share/doc/vtwm" VTWMLIBDIR="%p/etc/X11/vtwm" INSTALLFLAGS=-c
mkdir -p %i/share/doc/vtwm
cp -R contrib %i/share/doc/vtwm/contrib
cp -R doc %i/share/doc/vtwm/doc
<<
Description: Virtual Tab Window Manager
DescDetail: <<
VTWM, one of many TWM descendants, implements a Virtual Desktop, meaning
that what is currently on screen is just a portion of a larger workspace.
What portion of the virtual desktop that is displayed, and whatever windows
might be visible within it, are simple point-and-click operations within a
scaled representation of the workspace.
<<
DocFiles: INSTALL system.vtwmrc.2D system.vtwmrc.3D
License: OSI-Approved
Maintainer: None
Homepage: http://www.visi.com/~hawkeyd/vtwm.html
DescPackaging: <<
Maintainer (<= 5.4.6b-3): Daniel Henninger
<<
diff -ru vtwm-5.4.6b.orig/gram.y vtwm-5.4.6b/gram.y
--- vtwm-5.4.6b.orig/gram.y Mon Jan 17 01:21:13 2005
+++ vtwm-5.4.6b/gram.y Mon Jan 17 01:21:27 2005
@@ -105,7 +105,7 @@
*
* djhjr - 1/16/98
*/
-extern int yylineno;
+int yylineno;
%}