mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add glunarclock - a GNOME applet which displays the current phase of the Moon.
This commit is contained in:
parent
db536d806b
commit
3b1eee9ce1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34499
@ -3,6 +3,7 @@
|
||||
|
||||
SUBDIR += dgpsip
|
||||
SUBDIR += ephem
|
||||
SUBDIR += glunarclock
|
||||
SUBDIR += luna
|
||||
SUBDIR += openuniverse
|
||||
SUBDIR += pyweather
|
||||
|
28
astro/glunarclock/Makefile
Normal file
28
astro/glunarclock/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Ports collection Makefile for: glunarclock
|
||||
# Date created: 31 October 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= glunarclock
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= astro gnome
|
||||
MASTER_SITES= http://www.fortunecity.de/naturpark/bienen/99/download/
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
astro/glunarclock/distinfo
Normal file
1
astro/glunarclock/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (glunarclock-0.1.tar.gz) = d57988f2cb825cb33cbe5a246fa75cd5
|
1
astro/glunarclock/pkg-comment
Normal file
1
astro/glunarclock/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GNOME applet which displays the current phase of the Moon
|
6
astro/glunarclock/pkg-descr
Normal file
6
astro/glunarclock/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Glunarclock is a GNOME applet which displays the current phase of the Moon on
|
||||
GNOME panel. Clicking on the applet displays astronomical tidbits pertaining to
|
||||
the moon including various clock funtions. The user can select between a real
|
||||
image as well as a cartoon image of the moon.
|
||||
|
||||
WWW: http://www.fortunecity.de/naturpark/bienen/99/software/glunarclock/
|
7
astro/glunarclock/pkg-plist
Normal file
7
astro/glunarclock/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/glunarclock
|
||||
etc/CORBA/servers/glunarclock.gnorba
|
||||
share/gnome/applets/Clocks/glunarclock.desktop
|
||||
share/gnome/pixmaps/glunarclock-logo.png
|
||||
share/gnome/pixmaps/glunarclock/cartoonmoon_13frames.png
|
||||
share/gnome/pixmaps/glunarclock/moon_60frames.png
|
||||
@dirrm share/gnome/pixmaps/glunarclock
|
Loading…
Reference in New Issue
Block a user