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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup select 1.0 |
---|
6 | |
---|
7 | name paraview_select |
---|
8 | version 0.1 |
---|
9 | revision 0 |
---|
10 | categories science |
---|
11 | license BSD |
---|
12 | platforms darwin |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | maintainers nomaintainer |
---|
16 | |
---|
17 | description common files for selecting default paraview version |
---|
18 | long_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 | |
---|
22 | homepage http://www.macports.org/ |
---|
23 | |
---|
24 | distfiles |
---|
25 | |
---|
26 | use_configure no |
---|
27 | |
---|
28 | build {} |
---|
29 | |
---|
30 | destroot { |
---|
31 | select::install paraview ${filespath}/base |
---|
32 | select::install paraview ${filespath}/none |
---|
33 | } |
---|
34 | |
---|
35 | livecheck.type none |
---|