Ticket #47294: Portfile

File Portfile, 988 bytes (added by RJVB (René Bertin), 9 years ago)
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
3PortSystem          1.0
4PortGroup           select 1.0
5
6name                qt_select
7version             1.0
8categories          sysutils aqua
9platforms           darwin
10maintainers         gmail.com:rjvbertin openmaintainer
11license             BSD
12supported_archs     noarch
13conflicts           qtchooser
14
15description         common files for selecting default Qt version
16
17long_description    This port installs files that allow 'port select' to be \
18                    used to create links to the preferred default version of Qt. \
19                    It conflicts with the mechanism Qt provides for this itself, qtchooser.
20
21homepage            http://www.macports.org/
22
23distfiles
24
25use_configure       no
26
27build               {}
28
29destroot {
30    select::install qt ${filespath}/base
31    select::install qt ${filespath}/none
32}
33
34livecheck.type      none