1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/astro/orsa/Makefile

37 lines
710 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: orsa
# Date created: Dec 9, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= orsa
PORTVERSION= 0.6.2
2005-11-01 23:58:53 +00:00
PORTREVISION= 4
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Orbit Reconstruction, Simulation and Analysis
2005-05-02 13:00:18 +00:00
LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \
2005-11-01 23:58:53 +00:00
cln.4:${PORTSDIR}/math/cln \
fftw.2:${PORTSDIR}/math/fftw \
2005-11-01 23:58:53 +00:00
ginac-1.3.3:${PORTSDIR}/math/GiNaC
USE_QT_VER= 3
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
2004-12-11 21:50:01 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>