2f35c449a0
A collection of basic astronomical routines for R based on "Practical astronomy with your calculator" by Peter Duffet-Smith. Packaged by Hubert Feyrer for pkgsrc-wip and updated by me.
13 lines
305 B
Makefile
13 lines
305 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/06/05 22:58:29 minskim Exp $
|
|
|
|
DISTNAME= moonsun_0.1.3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Basic astronomical calculations with R
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|