freebsd-ports/astro/mymoon/Makefile
Max Khon 19c237ee42 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
2003-06-02 16:03:31 +00:00

26 lines
543 B
Makefile

# 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>