| 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 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup select 1.0 |
|---|
| 5 | |
|---|
| 6 | name qt_select |
|---|
| 7 | version 1.0 |
|---|
| 8 | categories sysutils aqua |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers gmail.com:rjvbertin openmaintainer |
|---|
| 11 | license BSD |
|---|
| 12 | supported_archs noarch |
|---|
| 13 | conflicts qtchooser |
|---|
| 14 | |
|---|
| 15 | description common files for selecting default Qt version |
|---|
| 16 | |
|---|
| 17 | long_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 | |
|---|
| 21 | homepage http://www.macports.org/ |
|---|
| 22 | |
|---|
| 23 | distfiles |
|---|
| 24 | |
|---|
| 25 | use_configure no |
|---|
| 26 | |
|---|
| 27 | build {} |
|---|
| 28 | |
|---|
| 29 | destroot { |
|---|
| 30 | select::install qt ${filespath}/base |
|---|
| 31 | select::install qt ${filespath}/none |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | livecheck.type none |
|---|