Revision: 108471 https://trac.macports.org/changeset/108471 Author: mojca@macports.org Date: 2013-07-23 16:32:39 -0700 (Tue, 23 Jul 2013) Log Message: ----------- mojca/wxWidgets: initial copy of wxWidgets to play with Added Paths: ----------- users/mojca/wxports/ users/mojca/wxports/graphics/ users/mojca/wxports/graphics/wxWidgets28/ users/mojca/wxports/graphics/wxWidgets30/ users/mojca/wxports/sysutils/ users/mojca/wxports/sysutils/wxWidgets_select/ users/mojca/wxports/sysutils/wxWidgets_select/Portfile users/mojca/wxports/sysutils/wxWidgets_select/files/ users/mojca/wxports/sysutils/wxWidgets_select/files/base users/mojca/wxports/sysutils/wxWidgets_select/files/none Added: users/mojca/wxports/sysutils/wxWidgets_select/Portfile =================================================================== --- users/mojca/wxports/sysutils/wxWidgets_select/Portfile (rev 0) +++ users/mojca/wxports/sysutils/wxWidgets_select/Portfile 2013-07-23 23:32:39 UTC (rev 108471) @@ -0,0 +1,31 @@ +# -*- 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 +# $Id: $ + +PortSystem 1.0 +PortGroup select 1.0 + +name wxWidgets_select +version 1.0 +categories sysutils graphics +platforms darwin +maintainers nomaintainer +license BSD +supported_archs noarch + +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. + +homepage http://www.macports.org/ +distfiles + +use_configure no + +build {} + +destroot { + select::install geant4 ${filespath}/base + select::install geant4 ${filespath}/none +} + +livecheck.type none Added: users/mojca/wxports/sysutils/wxWidgets_select/files/base =================================================================== --- users/mojca/wxports/sysutils/wxWidgets_select/files/base (rev 0) +++ users/mojca/wxports/sysutils/wxWidgets_select/files/base 2013-07-23 23:32:39 UTC (rev 108471) @@ -0,0 +1,2 @@ +bin/wx-config +bin/wxrc Added: users/mojca/wxports/sysutils/wxWidgets_select/files/none =================================================================== --- users/mojca/wxports/sysutils/wxWidgets_select/files/none (rev 0) +++ users/mojca/wxports/sysutils/wxWidgets_select/files/none 2013-07-23 23:32:39 UTC (rev 108471) @@ -0,0 +1,2 @@ +- +-
participants (1)
-
mojca@macports.org