# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem      1.0

set instrument  harps
name            esopipe-${instrument}-all
conflicts       esopipe-${instrument}-all-devel
version         3.3.12
categories      science
license         GPL-2+
platforms       darwin
maintainers     eso.org:usd-help
homepage        http://www.eso.org/sci/software/pipelines/
description     ESO HARPS instrument pipeline (all packages)
long_description ESO data reduction pipeline for the HARPS instrument. \
                 See www.eso.org/pipelines for a description of the ESO pipeline systems. \
                 This meta-package will install all the packages related \
                 to the pipeline, including demo data, static data and \
                 workflows.
master_sites
distfiles

depends_run     port:esopipe-${instrument} port:esopipe-${instrument}-gui


use_configure   no
build           {}
destroot        {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/esopipes-${instrument}-all
    system "echo ${long_description} > ${destroot}${prefix}/share/doc/esopipes-${instrument}-all/README.txt"
}
