[51660] users/ryandesign/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 30 01:56:21 PDT 2009


Revision: 51660
          http://trac.macports.org/changeset/51660
Author:   ryandesign at macports.org
Date:     2009-05-30 01:56:17 -0700 (Sat, 30 May 2009)
Log Message:
-----------
minivmac-devel: add +unsupported variant to also build the unfinished Mac Classic, Mac II and Mac II+ emulators

Modified Paths:
--------------
    users/ryandesign/minivmac-devel/Portfile

Modified: users/ryandesign/minivmac-devel/Portfile
===================================================================
--- users/ryandesign/minivmac-devel/Portfile	2009-05-30 07:46:58 UTC (rev 51659)
+++ users/ryandesign/minivmac-devel/Portfile	2009-05-30 08:56:17 UTC (rev 51660)
@@ -71,6 +71,19 @@
     MacSE.ROM
 }
 
+variant unsupported description {Also build unfinished Mac Classic, Mac II, and Mac IIx emulators} {
+    set my_variations [concat ${my_variations} {
+        Classic     "Classic"           {-m Classic}
+        II          "II"                {-m II -mem 8M -hres 800 -vres 600 -depth 0}
+        IIx         "IIx"               {-m IIx -mem 8M -hres 800 -vres 600 -depth 0}
+    }]
+    set my_romfiles [concat ${my_romfiles} {
+        Classic.ROM
+        MacII.ROM
+        MacIIx.ROM
+    }]
+}
+
 platform powerpc {
     set my_target mach
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090530/2e579e53/attachment.html>


More information about the macports-changes mailing list