[58469] trunk/dports/games

boeyms at macports.org boeyms at macports.org
Mon Sep 28 23:54:43 PDT 2009


Revision: 58469
          http://trac.macports.org/changeset/58469
Author:   boeyms at macports.org
Date:     2009-09-28 23:54:39 -0700 (Mon, 28 Sep 2009)
Log Message:
-----------
games/scare: add new port.

Added Paths:
-----------
    trunk/dports/games/scare/
    trunk/dports/games/scare/Portfile

Added: trunk/dports/games/scare/Portfile
===================================================================
--- trunk/dports/games/scare/Portfile	                        (rev 0)
+++ trunk/dports/games/scare/Portfile	2009-09-29 06:54:39 UTC (rev 58469)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem		1.0
+
+name			scare
+version			1.3.10
+categories		games
+maintainers		boeyms openmaintainer
+description		SCARE is a GPL C-based interpreter for ADRIFT games
+long_description	SCARE is secondary clone of jAsea, Mark J. Tilford's\
+			Java GPL clone of the Adrift Runner. It aims to\
+			provide an ANSI/ISO C core Adrift interpreter,\
+			capable of running Adrift version 4.00, version 3.90,\
+			and version 3.80 games, and portable enough to run on\
+			Linux, Windows, DOS, Macintosh, Amiga, or any\
+			platform that offers an ANSI/ISO C compiler.
+homepage		http://www.geocities.com/legion_if/scare.html
+
+platforms		darwin freebsd
+use_zip			yes
+master_sites \
+	http://mirror.ifarchive.org/if-archive/programming/adrift/ \
+	http://www.ifarchive.org/if-archive/programming/adrift/
+checksums		md5	5312c6d43e72c9b2800742b272901f9d \
+			sha1	9890691b1bb640baa1d4d74df9d4f990f3804273 \
+			rmd160	e1def469fa1696658cc783cb0ded7244a6e05b77
+
+use_configure		no
+build.target		scare
+
+destroot {
+	xinstall -d -m 0755 ${destroot}${prefix}/bin
+	xinstall -d -m 0755 ${destroot}${prefix}/share/${distname}
+	xinstall -m 0755 ${worksrcpath}/source/${name} \
+		${destroot}${prefix}/bin 
+	xinstall -m 0644 -W ${worksrcpath}/doc \
+		DEBUGGER FEATURES RUNNING \
+		${destroot}${prefix}/share/${distname} 
+}


Property changes on: trunk/dports/games/scare/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090928/8041a0d0/attachment.html>


More information about the macports-changes mailing list