diff options
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/mymoon/Makefile | 26 | ||||
-rw-r--r-- | astro/mymoon/distinfo | 1 | ||||
-rw-r--r-- | astro/mymoon/pkg-descr | 9 | ||||
-rw-r--r-- | astro/mymoon/pkg-plist | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index a0574ab1d6e2..d3e397b970ee 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -20,6 +20,7 @@ SUBDIR += linux-setiathome SUBDIR += luna SUBDIR += match + SUBDIR += mymoon SUBDIR += nightfall SUBDIR += openuniverse SUBDIR += p5-Astro-ADS 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 |