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
|
2004-12-09 07:52:51 +01:00
|
|
|
CATEGORIES= astro
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Orbit Reconstruction, Simulation and Analysis
|
|
|
|
|
2006-05-06 03:28:22 +02:00
|
|
|
LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \
|
2005-11-02 00:58:53 +01:00
|
|
|
cln.4:${PORTSDIR}/math/cln \
|
2004-12-09 07:52:51 +01:00
|
|
|
fftw.2:${PORTSDIR}/math/fftw \
|
2005-11-02 00:58:53 +01:00
|
|
|
ginac-1.3.3:${PORTSDIR}/math/GiNaC
|
2004-12-09 07:52:51 +01:00
|
|
|
|
|
|
|
USE_QT_VER= 3
|
|
|
|
USE_GNOME= gnometarget
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2004-12-11 22:50:01 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
2006-05-06 03:28:22 +02:00
|
|
|
BROKEN= does not compile on FreeBSD 4.x
|
2004-12-11 22:50:01 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|