2003-06-02 16:03:31 +00:00
|
|
|
# New ports collection makefile for: mymoon
|
|
|
|
# Date created: 24 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mymoon
|
|
|
|
PORTVERSION= 1.0
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2003-06-02 16:03:31 +00:00
|
|
|
CATEGORIES= astro
|
2005-02-20 08:01:21 +00:00
|
|
|
MASTER_SITES= http://makemebad.net/geek/codes/${PORTNAME}/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= krion
|
2003-06-02 16:03:31 +00:00
|
|
|
|
2004-01-07 20:13:39 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-03 00:56:55 +00:00
|
|
|
COMMENT= Show latitude and longitude of the moon
|
2003-06-02 16:03:31 +00:00
|
|
|
|
|
|
|
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"
|
|
|
|
|
2004-01-29 10:39:59 +00:00
|
|
|
PLIST_FILES= bin/mymoon
|
|
|
|
|
2003-06-02 16:03:31 +00:00
|
|
|
.include <bsd.port.mk>
|