# $Id: Portfile 60009 2009-10-29 03:38:47Z ram@macports.org $

PortSystem    1.0

name          lscsoft-deps
version       20090911
categories    science
maintainers   ram
platforms     darwin

description   LSCSoft dependencies meta-port
long_description  This is a meta-port that depends on all the ports \
  needed for developing Software used within the LIGO Scientific \
  Collaboration including Glue, LAL, LALStochastic, and LALApps.

homepage      http://www.lsc-group.phys.uwm.edu/daswg
master_sites  ${homepage}

distfiles

depends_run   port:python26 \
              port:python_select \
              port:py26-numpy \
              port:py26-pyrxp \
              port:py26-m2crypto \
              port:py26-cjson \
              port:py26-pyxmpp \
              port:pkgconfig \
              port:fftw-3 \
              port:fftw-3-single \
              port:libframe \
              port:metaio \
              port:gsl \
              port:libxml2 \
              port:cfitsio \
              port:git-core \
              port:autoconf \
              port:automake

build {}
destroot {
  xinstall -d ${destroot}${prefix}/share/doc/${name}-${version}
  system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}-${version}/README.txt"
}

post-activate {
  ui_msg "\nTo complete the installation and prepare your system for use, please run:
\n\tsudo python_select python26\n"
}

use_configure no
universal_variant no

livecheck.type  none
