aboutsummaryrefslogtreecommitdiffstats
path: root/astro/mymoon/Makefile
blob: d41f219fd48a413dc9da3e1454d510987cf789fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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=    Show latitude and longitude 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>