[96873] trunk/dports/games

g5pw at macports.org g5pw at macports.org
Mon Aug 20 13:34:12 PDT 2012


Revision: 96873
          https://trac.macports.org/changeset/96873
Author:   g5pw at macports.org
Date:     2012-08-20 13:34:08 -0700 (Mon, 20 Aug 2012)
Log Message:
-----------
games/gti:
new port, like sl for git

Added Paths:
-----------
    trunk/dports/games/gti/
    trunk/dports/games/gti/Portfile
    trunk/dports/games/gti/files/
    trunk/dports/games/gti/files/Makefile.diff

Added: trunk/dports/games/gti/Portfile
===================================================================
--- trunk/dports/games/gti/Portfile	                        (rev 0)
+++ trunk/dports/games/gti/Portfile	2012-08-20 20:34:08 UTC (rev 96873)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        rwos gti 1.0.3 v
+
+categories          games
+maintainers         g5pw openmaintainer
+supported_archs     noarch
+
+description         Just a silly git launcher, basically. Inspired by sl.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  74ac1a214213fb12cae56cc24dc07e855cc56db4 \
+                    sha256  fb930d95857b4316d9bc2f6cfbafe96518f5b744f380387381b5b582245892a7
+
+use_configure       no
+
+build.target
+
+patchfiles          Makefile.diff
+
+variant universal {}
+
+# Ensure we are UsingTheRightCompiler
+build.args-append   GCC="${configure.cc} [get_canonical_archflags]"
+
+destroot.destdir    PREFIX=${destroot}${prefix}/bin


Property changes on: trunk/dports/games/gti/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/games/gti/files/Makefile.diff
===================================================================
--- trunk/dports/games/gti/files/Makefile.diff	                        (rev 0)
+++ trunk/dports/games/gti/files/Makefile.diff	2012-08-20 20:34:08 UTC (rev 96873)
@@ -0,0 +1,11 @@
+--- Makefile.old	2012-08-19 08:26:25.000000000 +0200
++++ Makefile	2012-08-19 08:26:44.000000000 +0200
+@@ -6,7 +6,7 @@
+ 
+ $(PROG): *.c
+ 	$(CC) -o $@ $(CFLAGS) $^
+-	-strip -s $@
++	-strip $@
+ 
+ install: $(PROG)
+ 	cp $^ $(PREFIX)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120820/c1ed9e00/attachment.html>


More information about the macports-changes mailing list