freebsd-ports/astro/libgal/Makefile
Diane Bruce 0c3d5c6eb0 The General Astrodynamics Library (GAL) is a numerical library for C and C++
programmers. It is free software under the GNU General Public License.

The library provides a wide range of astrodynamical routines such as
ephemerides, earth orientation, and orbit propagation. There are over 170
functions in total with an extensive test suit

WWW: http://homepage.mac.com/pclwillmott/GAL/

Submitted by:	db
2008-03-22 18:07:46 +00:00

23 lines
510 B
Makefile

# ports collection makefile for: linrad
# Date created: 7 July 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= libgal
PORTVERSION= 0.1.0
CATEGORIES= astro hamradio
MASTER_SITES= http://homepage.mac.com/pclwillmott/GAL/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= db@FreeBSD.org
COMMENT= General Astrodynamics Library
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
USE_LDCONFIG= yes
.include <bsd.port.mk>