pkgsrc/geography/libnova/Makefile
plunky 44e8773fcd Add libnova-0.13.0
libnova is a general purpose, double precision, Celestial Mechanics,
Astrometry and Astrodynamics library.

The intended audience of libnova is C / C++ programmers, astronomers
and anyone else interested in calculating positions of astronomical
objects or celestial mechanics. libnova is the calculation engine
used by the Nova project.
2014-12-30 08:45:49 +00:00

14 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/12/30 08:45:49 plunky Exp $
DISTNAME= libnova-0.13.0
CATEGORIES= geography math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnova/}
HOMEPAGE= http://libnova.sourceforge.net/
COMMENT= Celestial Mechanics, Astrometry and Astrodynamics calculation library
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"