Last change
on this file was
151552,
checked in by g5pw@…, 20 months ago
|
games/gti: update to 1.3.0
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
863 bytes
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 151552 2016-08-17 13:52:38Z g5pw@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup rwos gti 1.3.0 v |
---|
8 | categories games |
---|
9 | maintainers g5pw openmaintainer |
---|
10 | license MIT |
---|
11 | |
---|
12 | description Just a silly git launcher, basically. Inspired by sl. |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums rmd160 be9a64b6d55f54b038085e67c51e1efa63447971 \ |
---|
18 | sha256 80bf576829b90d63aa0401d282af40b676b4928b0496213ae8a3167a3c797321 |
---|
19 | |
---|
20 | use_configure no |
---|
21 | |
---|
22 | build.target |
---|
23 | |
---|
24 | patchfiles Makefile.diff |
---|
25 | |
---|
26 | variant universal {} |
---|
27 | |
---|
28 | # Ensure we are UsingTheRightCompiler |
---|
29 | build.args-append CC="${configure.cc} [get_canonical_archflags cc]" |
---|
30 | |
---|
31 | destroot.args-append PREFIX=${prefix} |
---|
Note: See
TracBrowser
for help on using the repository browser.