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

ryandesign at macports.org ryandesign at macports.org
Fri Sep 18 10:06:58 PDT 2009


Revision: 57909
          http://trac.macports.org/changeset/57909
Author:   ryandesign at macports.org
Date:     2009-09-18 10:06:57 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
minivmac-devel: add +unsupported variant to also build the unfinished Macintosh II and IIx emulators

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

Modified: users/ryandesign/minivmac-devel/Portfile
===================================================================
--- users/ryandesign/minivmac-devel/Portfile	2009-09-18 17:02:21 UTC (rev 57908)
+++ users/ryandesign/minivmac-devel/Portfile	2009-09-18 17:06:57 UTC (rev 57909)
@@ -103,6 +103,12 @@
                         {SE FDHD}   {-m SEFDHD} \
                         {Classic}   {-m Classic}
 
+variant unsupported description {Also build unfinished Macintosh II and IIx emulators} {
+    my_variations-append \
+                        {II}        {-m II -mem 8M -hres 800 -vres 600 -depth 3} \
+                        {IIx}       {-m IIx -mem 8M -hres 800 -vres 600 -depth 3}
+}
+
 platform powerpc {
     set my_target mach
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/8016848a/attachment.html>


More information about the macports-changes mailing list