[33608] trunk/dports/emulators/basiliskii/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 31 05:35:45 PST 2008


Revision: 33608
          http://trac.macosforge.org/projects/macports/changeset/33608
Author:   ryandesign at macports.org
Date:     2008-01-31 05:35:42 -0800 (Thu, 31 Jan 2008)

Log Message:
-----------
basiliskii: whitespace changes only

Modified Paths:
--------------
    trunk/dports/emulators/basiliskii/Portfile

Modified: trunk/dports/emulators/basiliskii/Portfile
===================================================================
--- trunk/dports/emulators/basiliskii/Portfile	2008-01-31 13:28:17 UTC (rev 33607)
+++ trunk/dports/emulators/basiliskii/Portfile	2008-01-31 13:35:42 UTC (rev 33608)
@@ -1,22 +1,29 @@
 # $Id$
 
-PortSystem 1.0
-name            basiliskii
-version         0.9
-categories      emulators
-maintainers     nomaintainer
-description     Opensource 68k Mac emulator
-long_description " Just type 'BasiliskII' at the command prompt inside an x environment. To use Basilisk II, you need either a 512K Mac Classic ROM image or a 512K or 1MB 32-bit clean Macintosh ROM image. You also need a copy of Mac OS (0.x thru 7.5 for Classic emulation, 7.x or 8.0/8.1 for Mac II emulation).  For copyright reasons, none of these items are included with Basilisk II.  Mac OS 7.5.3 and earlier versions can be downloaded from Apple and various other Internet sites. Mac ROM files are not freely available. You have to own a real Mac and read out its ROM."
+PortSystem              1.0
 
-homepage        http://basilisk.cebix.net/
-distfiles       BasiliskII_src_31052001.tar.gz
-master_sites    sourceforge:basilisk
-checksums       md5 5017e21226c27a4a029da0486dcf04e1
-depends_lib	lib:libX11.6:XFree86 lib:libgtk.1:gtk1
-worksrcdir      BasiliskII-${version}/src/Unix
-configure.args  --without-esd --without-mon --disable-xf86-dga
+name                    basiliskii
+version                 0.9
+categories              emulators
+maintainers             nomaintainer
+description             Opensource 68k Mac emulator
+
+long_description \
+    Just type 'BasiliskII' at the command prompt inside an x environment. To use Basilisk II, you need either a 512K Mac Classic ROM image or a 512K or 1MB 32-bit clean Macintosh ROM image. You also need a copy of Mac OS (0.x thru 7.5 for Classic emulation, 7.x or 8.0/8.1 for Mac II emulation).  For copyright reasons, none of these items are included with Basilisk II.  Mac OS 7.5.3 and earlier versions can be downloaded from Apple and various other Internet sites. Mac ROM files are not freely available. You have to own a real Mac and read out its ROM.
+
+homepage                http://basilisk.cebix.net/
+distfiles               BasiliskII_src_31052001.tar.gz
+master_sites            sourceforge:basilisk
+checksums               md5 5017e21226c27a4a029da0486dcf04e1
+depends_lib             lib:libX11.6:XFree86 \
+                        lib:libgtk.1:gtk1
+worksrcdir              BasiliskII-${version}/src/Unix
+configure.args          --without-esd \
+                        --without-mon \
+                        --disable-xf86-dga
+build.args              CC=c++
+
 post-patch {
                 file copy -force /usr/share/libtool/config.guess ${worksrcpath}/
                 file copy -force /usr/share/libtool/config.sub ${worksrcpath}/
 }
-build.args      CC=c++

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080131/237ba207/attachment.html


More information about the macports-changes mailing list