1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/astro/orsa/Makefile
Max Brazhnikov 7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +00:00

32 lines
701 B
Makefile

# ex:ts=8
# Ports collection makefile for: orsa
# Date created: Dec 9, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= orsa
PORTVERSION= 0.7.0
PORTREVISION= 12
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.0:${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.mk>