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:
parent
ae7ebd04a2
commit
992950c38e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17174
31
astro/wmmoonclock/Makefile
Normal file
31
astro/wmmoonclock/Makefile
Normal 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>
|
1
astro/wmmoonclock/distinfo
Normal file
1
astro/wmmoonclock/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmMoonClock-1.24.tar.gz) = 3b52336e996c1d84efa393819d73db71
|
17
astro/wmmoonclock/files/patch-aa
Normal file
17
astro/wmmoonclock/files/patch-aa
Normal 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
|
||||
|
1
astro/wmmoonclock/pkg-comment
Normal file
1
astro/wmmoonclock/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Displays the phase of the moon, plus orbital data.
|
6
astro/wmmoonclock/pkg-descr
Normal file
6
astro/wmmoonclock/pkg-descr
Normal 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 :)
|
2
astro/wmmoonclock/pkg-plist
Normal file
2
astro/wmmoonclock/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/wmmoonclock
|
||||
|
Loading…
Reference in New Issue
Block a user