blob: 1c1cc7d14d0b3a6ed0bcd1a8a46a7c849f256f56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# ex:ts=8
# Ports collection makefile for: orsa
# Date created: Dec 9, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= orsa
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Orbit Reconstruction, Simulation and Analysis
LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \
cln.4:${PORTSDIR}/math/cln \
fftw.2:${PORTSDIR}/math/fftw \
ginac-1.3.3:${PORTSDIR}/math/GiNaC
USE_AUTOTOOLS= libtool:15
USE_QT_VER= 3
USE_GL= gl
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|