# $Id: Portfile 78636 2011-05-15 14:03:02Z ram@macports.org $

PortSystem    1.0

name          lalframe
version       1.0.2
categories    science
platforms     darwin
maintainers   ram
license       GPL

description   LSC Algorithm Library - Frame
long_description \
  LIGO Scientific Collaboration Algorithm Library - Frame, containing \
  routines for reading and writing frame files.

homepage      https://www.lsc-group.phys.uwm.edu/daswg/projects/lalsuite.html
master_sites  http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/lalsuite

checksums     md5     d8f30830dd4db4639013f33b318c780b \
              sha1    246c9abc9c4fcfe45c7e7cba48518a350385cb5e \
              rmd160  d8876e23f989fc360e46b4582319c25a5d26ab21

depends_build bin:pkg-config:pkgconfig \
              port:python26

depends_lib   port:lal \
              port:libframe

configure.python ${prefix}/bin/python2.6
configure.args --mandir=${prefix}/share/man \
               --disable-gcc-flags

build.args    V=1

use_parallel_build yes

livecheck.type   regex
livecheck.url    ${master_sites}
livecheck.regex  {lalframe-(\d+(?:\.\d+)*).tar.gz}
