wmmoonclock stable port information

Package: wmmoonclock
Version: 1.27
Revision: 1
###
BuildDepends: fink (>= 0.24.12), x11-dev
Depends: x11
Recommends: windowmaker
###
Source: http://nis-www.lanl.gov/~mgh/WindowMaker/wmMoonClock-%v.tar.gz
Source-MD5: c85bc974e70c867d556805505d3be48c
SourceDirectory: wmMoonClock-%v/Src
###
PatchFile: %n.patch
PatchFile-MD5: 9dc820bbaf205182c1719a2d0073daa4
PatchScript: sed 's|@FINKPREFIX@|%i|g' <%{PatchFile} | patch -p1
###
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install
<<
###
DocFiles: ../BUGS ../COPYING
###
Description: Moon cycle dock app
DescDetail: <<
wmMoonClock displays phases and ephemeris of the Moon. Clicking on the App
cycles the user through several `pages' of ephemeris information. Included
are age, fraction of current lunar cycle, the % illumination, whether its
currently visible or not, the rise/set times for yesterday, today and
tomorrow, the `horizon coordinates", and the "ecliptic coordinates".
wmMoonClock supports 8-bit and high-color displays.
<<
###
License: GPL
Maintainer: Justin F. Hallett
Homepage: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml

wmmoonclock stable port .patch

diff -ru Src/Makefile ../wmMoonClock-1.27-patched/Src/Makefile
--- Src/Makefile Mon Mar 22 19:20:32 1999
+++ ../wmMoonClock-1.27-patched/Src/Makefile Fri Aug 24 11:00:56 2001
@@ -1,7 +1,7 @@
-CC = gcc
+CC = cc
CFLAGS = -O2
-INCDIR = -I/usr/X11R6/include/X11
-DESTDIR= /usr/X11R6
+INCDIR = -I/usr/X11R6/include
+DESTDIR= @FINKPREFIX@
LIBDIR = -L/usr/X11R6/lib

# for Linux
@@ -32,5 +32,5 @@

install:: wmMoonClock
install -s -m 0755 wmMoonClock $(DESTDIR)/bin
- install -m 0644 wmMoonClock.1 $(DESTDIR)/man/man1
+ install -m 0644 wmMoonClock.1 $(DESTDIR)/share/man/man1

wmmoonclock _unstable_ port .patch