Files
2022-11-26 12:57:57 +11:00

24 lines
781 B
Tcl

# -*- 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
PortSystem 1.0
PortGroup stub 1.0
PortGroup select 1.0
PortGroup wxWidgets 1.0
name wxWidgets_select
version 1.0
revision 2
categories sysutils graphics
supported_archs noarch
platforms any
description common files for selecting default wxWidgets version
long_description wxWidgets_select installs files that allow 'port select' to \
switch the default version of wxWidgets.
post-destroot {
select::install wxWidgets ${filespath}/base
select::install wxWidgets ${filespath}/none
}
livecheck.type none