1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/astro/mymoon/Makefile
Sergey A. Osokin 7e135dcffc Update astro/mymoon (maintainer): Update ${MASTER_SITES}
Notify from bento

Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:	52990
Approved by:	fjoe (mentor)
2003-06-06 21:25:32 +00:00

27 lines
557 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/${PORTNAME}/
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>