1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name xjump |
---|
7 | version 2.7.5 |
---|
8 | categories games |
---|
9 | maintainers gmail.com:pierreetienne.meunier |
---|
10 | description xjump |
---|
11 | long_description The classical XJump platform game |
---|
12 | homepage |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | depends_lib port:xorg-libX11 |
---|
16 | |
---|
17 | master_sites http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/x/xjump/ |
---|
18 | |
---|
19 | distfiles xjump_2.7.5.orig.tar.gz |
---|
20 | checksums md5 3e8d09c6b8162b7e4380f8a77eb595dc \ |
---|
21 | sha1 7cf7f1269ef2cd0640575f924f6e7a39668939f2 |
---|
22 | |
---|
23 | patchfiles patch-src-Makefile.diff patch-src-main.c.diff patch-src-record.c.diff |
---|
24 | post-patch { |
---|
25 | reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/Makefile |
---|
26 | reinplace "s|mkdir|mkdir -p|g" ${worksrcpath}/Makefile |
---|
27 | } |
---|
28 | |
---|
29 | worksrcdir xjump-2.7.5.orig |
---|
30 | use_configure no |
---|
31 | |
---|
32 | build.target "" |
---|