mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
35 lines
754 B
Makefile
35 lines
754 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= 22
|
|
CATEGORIES= astro
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:U}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Orbit Reconstruction, Simulation, and Analysis
|
|
|
|
LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \
|
|
cln.6:${PORTSDIR}/math/cln \
|
|
fftw.2:${PORTSDIR}/math/fftw \
|
|
ginac.3:${PORTSDIR}/math/GiNaC
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_QT_VER= 3
|
|
USE_GL= gl
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
|
|
ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal
|
|
CONFIGURE_ENV= ac_cv_c_inline=no
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|