# -*- 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  vimos
name            esopipe-${instrument}-gui
conflicts       esopipe-${instrument}-gui-devel
version         4.1.13
revision        1
categories      science
license         GPL-2+
platforms       darwin
maintainers     eso.org:usd-help
homepage        http://www.eso.org/sci/software/pipelines/
description     ESO VIMOS instrument pipeline (graphical execution)
long_description ESO data reduction pipeline for the VIMOS instrument. \
                 See www.eso.org/pipelines for a description of the ESO pipeline systems. \
                 This meta-package contains all necessary dependencies to run \
                 the pipeline in a graphical way with Reflex.
master_sites
distfiles

depends_run     port:esopipe-${instrument}-datademo \
                port:esopipe-${instrument}-datastatic \
                port:esopipe-${instrument}-wkf


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