2004-12-09 07:52:51 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: orsa
|
|
|
|
# Date created: Dec 9, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= orsa
|
2006-07-20 18:48:33 +02:00
|
|
|
PORTVERSION= 0.7.0
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 17
|
2004-12-09 07:52:51 +01:00
|
|
|
CATEGORIES= astro
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
2004-12-09 07:52:51 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Orbit Reconstruction, Simulation and Analysis
|
|
|
|
|
2010-03-29 03:12:27 +02:00
|
|
|
LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl \
|
2009-08-16 03:19:52 +02:00
|
|
|
cln.6:${PORTSDIR}/math/cln \
|
2004-12-09 07:52:51 +01:00
|
|
|
fftw.2:${PORTSDIR}/math/fftw \
|
2010-01-21 13:18:17 +01:00
|
|
|
ginac-1.5.1:${PORTSDIR}/math/GiNaC
|
2004-12-09 07:52:51 +01:00
|
|
|
|
|
|
|
USE_QT_VER= 3
|
2007-05-19 22:36:56 +02:00
|
|
|
USE_GL= gl
|
2004-12-09 07:52:51 +01:00
|
|
|
USE_GMAKE= yes
|
2010-10-16 13:52:47 +02:00
|
|
|
USE_AUTOTOOLS= aclocal:111 autoheader:268 automake:111 autoconf:268 libtool:22
|
2009-04-03 10:52:57 +02:00
|
|
|
ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal
|
|
|
|
CONFIGURE_ENV= ac_cv_c_inline=no
|
2006-08-14 12:08:25 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-12-09 07:52:51 +01:00
|
|
|
|
2010-01-23 15:40:48 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 700000
|
|
|
|
BROKEN= does not compile on 6.X
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|