Ticket #46295: Portfile

File Portfile, 938 bytes (added by bgschaid@…, 9 years ago)

The Port-file

Line 
1# -*- 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
2# $Id: Portfile 101339 2013-01-09 00:27:03Z blair@macports.org $
3
4PortSystem          1.0
5PortGroup           select 1.0
6
7name                paraview_select
8version             0.1
9revision            0
10categories          science
11license             BSD
12platforms           darwin
13supported_archs     noarch
14
15maintainers         nomaintainer
16
17description         common files for selecting default paraview version
18long_description \
19   This port installs files that allow 'port select' to be used to \
20   create links to the preferred default version of paraview.
21
22homepage            http://www.macports.org/
23
24distfiles
25
26use_configure       no
27
28build               {}
29
30destroot {
31    select::install paraview ${filespath}/base
32    select::install paraview ${filespath}/none
33}
34
35livecheck.type      none