# $Id: Portfile 83695 2011-09-09 14:52:51Z ram@macports.org $

PortSystem      1.0

name            lscsoft-deps
version         20110909
categories      science
maintainers     ram
platforms       darwin
supported_archs noarch

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.

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

distfiles

depends_run     port:python27 \
                port:py27-numpy \
                port:py27-pyrxp \
                port:py27-m2crypto \
                port:py27-cjson \
                port:py27-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 \
                port:libtool

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

notes \
"To complete the installation and prepare your system for use, please run:
\n\tsudo port select --set python python27"

use_configure   no

livecheck.type  none
