1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

This is a WindowMaker dockapp which displays the phase of the moon,

plus assorted astronomical data (rise/set times, orbital elements, etc).
PR:		9906
This commit is contained in:
Kris Kennaway 1999-03-14 11:38:21 +00:00
parent ae7ebd04a2
commit 992950c38e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17174
6 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: wmMoonClock
# Version required: 1.24
# Date created: 14 March 1999
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $Id$
#
DISTNAME= wmMoonClock-1.24
CATEGORIES= astro windowmaker
MASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/
MAINTAINER= kris@FreeBSD.ORG
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/
WRKSRC= ${WRKDIR}/${PKGNAME}/wmMoonClock
USE_X_PREFIX= yes
USE_XLIB= yes
USE_GMAKE= yes
ALL_TARGET= clean all
MAN1= wmmoonclock.1
do-install:
${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${PREFIX}/share/man/man1/wmmoonclock.1
${INSTALL_PROGRAM} ${WRKSRC}/wmMoonClock ${PREFIX}/bin/wmmoonclock
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (wmMoonClock-1.24.tar.gz) = 3b52336e996c1d84efa393819d73db71

View File

@ -0,0 +1,17 @@
*** Makefile.orig Fri Jan 8 10:01:25 1999
--- Makefile Thu Feb 4 23:29:11 1999
***************
*** 1,6 ****
! CC = gcc
! CFLAGS = -O2
! INCDIR = -I/usr/X11R6/include/X11
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
--- 1,6 ----
! CC ?= gcc
! CFLAGS ?= -O2
! INCDIR = -I/usr/X11R6/share/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib

View File

@ -0,0 +1 @@
Displays the phase of the moon, plus orbital data.

View File

@ -0,0 +1,6 @@
This is a WindowMaker dockapp which displays a graphical representation of
the phase of the moon, plus additional astronomical data such as
rise/set times, orbital data, orbital elements, etc (if you click on the
image multiple times).
Probably most of the data is not that useful, but what the heck :)

View File

@ -0,0 +1,2 @@
bin/wmmoonclock