summaryrefslogtreecommitdiff
path: root/astro/mymoon
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-02 16:03:31 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-02 16:03:31 +0000
commit19c237ee4236f735338d847f78bc0495e05a9029 (patch)
tree5cc1a9ac65997806c038e1d17c7866c7a734bc29 /astro/mymoon
parentMerge some fixes from ports/44275 and ports/49100: (diff)
New port: mymoon
Mymoon is a tool which stands onscreen using ncurses, and prints for the given latitude and longitude: - Percentage of Moon's surface illumination - Distance between Moon & Earth - Moon set & Moon rise - Moon age PR: 52639 Submitted by: Kirill Ponomarew
Notes
Notes: svn path=/head/; revision=82022
Diffstat (limited to 'astro/mymoon')
-rw-r--r--astro/mymoon/Makefile26
-rw-r--r--astro/mymoon/distinfo1
-rw-r--r--astro/mymoon/pkg-descr9
-rw-r--r--astro/mymoon/pkg-plist1
4 files changed, 37 insertions, 0 deletions
diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile
new file mode 100644
index 000000000000..51acfec6dbf5
--- /dev/null
+++ b/astro/mymoon/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: mymoon
+# Date created: 24 May 2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mymoon
+PORTVERSION= 1.0
+CATEGORIES= astro
+MASTER_SITES= http://makemebad.net/geek/codes/
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= Mymoon displays the phase of the moon
+
+LIB_DEPENDS= nova:${PORTSDIR}/astro/libnova
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/astro/mymoon/distinfo b/astro/mymoon/distinfo
new file mode 100644
index 000000000000..019007f483b7
--- /dev/null
+++ b/astro/mymoon/distinfo
@@ -0,0 +1 @@
+MD5 (mymoon-1.0.tar.gz) = 3b49f37575a7c5a907a7c5eb86f0d6a8
diff --git a/astro/mymoon/pkg-descr b/astro/mymoon/pkg-descr
new file mode 100644
index 000000000000..334d63ff245f
--- /dev/null
+++ b/astro/mymoon/pkg-descr
@@ -0,0 +1,9 @@
+Mymoon is a tool which stands onscreen using ncurses, and
+prints for the given latitude and longitude:
+
+- Percentage of Moon's surface illumination
+- Distance between Moon & Earth
+- Moon set & Moon rise
+- Moon age
+
+WWW: http://makemebad.net/geek/codes/
diff --git a/astro/mymoon/pkg-plist b/astro/mymoon/pkg-plist
new file mode 100644
index 000000000000..c5631a345a91
--- /dev/null
+++ b/astro/mymoon/pkg-plist
@@ -0,0 +1 @@
+bin/mymoon