aboutsummaryrefslogtreecommitdiff
path: root/astro/orsa/Makefile
blob: f12e9cde97cedf6844d9d9063d411dc143f53917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ex:ts=8
# Ports collection makefile for:	orsa
# Date created:			Dec 9, 2004
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	orsa
PORTVERSION=	0.7.0
PORTREVISION=	14
CATEGORIES=	astro
MASTER_SITES=	SF/${PORTNAME}/OldFiles

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Orbit Reconstruction, Simulation and Analysis

LIB_DEPENDS=	gsl.14:${PORTSDIR}/math/gsl \
		cln.6:${PORTSDIR}/math/cln \
		fftw.2:${PORTSDIR}/math/fftw \
		ginac-1.5.1:${PORTSDIR}/math/GiNaC

USE_QT_VER=	3
USE_GL=		gl
USE_GMAKE=	yes
USE_AUTOTOOLS=	aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22
ACLOCAL_ARGS=	-I macros -I ${LOCALBASE}/share/aclocal
CONFIGURE_ENV=	ac_cv_c_inline=no
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=		does not compile on 6.X
.endif

.include <bsd.port.post.mk>