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 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name angelscript |
---|
8 | version 2.22.0 |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | license zlib |
---|
12 | maintainers strasweb.fr:rudloff \ |
---|
13 | openmaintainer |
---|
14 | homepage http://www.angelcode.com/${name}/ |
---|
15 | description Flexible cross-platform scripting library |
---|
16 | long_description The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. |
---|
17 | master_sites http://www.angelcode.com/${name}/sdk/files/ |
---|
18 | use_zip yes |
---|
19 | checksums sha256 9d3743c25d43560e31dc91b2f0d9a47249c3e91e69967488cda370de45f70548 |
---|
20 | distname ${name}_${version} |
---|
21 | worksrcdir ${name}/projects/gnuc macosx/ |
---|
22 | |
---|
23 | patchfiles patch-makefile.diff |
---|
24 | |
---|
25 | configure { |
---|
26 | reinplace "s|@PREFIX@|${destroot}${prefix}|g" ${worksrcpath}/Makefile |
---|
27 | } |
---|