Revision: 111724 https://trac.macports.org/changeset/111724 Author: mojca@macports.org Date: 2013-09-29 23:34:07 -0700 (Sun, 29 Sep 2013) Log Message: ----------- geant4_select: add a forgotten dependency for geant4 Added Paths: ----------- trunk/dports/sysutils/geant4_select/ trunk/dports/sysutils/geant4_select/Portfile trunk/dports/sysutils/geant4_select/files/ trunk/dports/sysutils/geant4_select/files/base trunk/dports/sysutils/geant4_select/files/none Added: trunk/dports/sysutils/geant4_select/Portfile =================================================================== --- trunk/dports/sysutils/geant4_select/Portfile (rev 0) +++ trunk/dports/sysutils/geant4_select/Portfile 2013-09-30 06:34:07 UTC (rev 111724) @@ -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 geant4_select +version 1.0 +categories sysutils science +platforms darwin +maintainers mojca openmaintainer +license BSD +supported_archs noarch + +description common files for selecting default Geant4 version +long_description geant4_select installs files that allow 'port select' to \ + switch the default version of Geant4. + +homepage http://www.macports.org/ +distfiles + +use_configure no + +build {} + +destroot { + select::install geant4 ${filespath}/base + select::install geant4 ${filespath}/none +} + +livecheck.type none Property changes on: trunk/dports/sysutils/geant4_select/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/sysutils/geant4_select/files/base =================================================================== --- trunk/dports/sysutils/geant4_select/files/base (rev 0) +++ trunk/dports/sysutils/geant4_select/files/base 2013-09-30 06:34:07 UTC (rev 111724) @@ -0,0 +1,3 @@ +bin/geant4-config +bin/geant4.sh +bin/geant4.csh Added: trunk/dports/sysutils/geant4_select/files/none =================================================================== --- trunk/dports/sysutils/geant4_select/files/none (rev 0) +++ trunk/dports/sysutils/geant4_select/files/none 2013-09-30 06:34:07 UTC (rev 111724) @@ -0,0 +1,3 @@ +- +- +-
participants (1)
-
mojca@macports.org