Ticket #32422: Portfile

File Portfile, 1.2 KB (added by rudloff@…, 12 years ago)
Line 
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
4PortSystem                      1.0
5PortGroup           cmake 1.0
6
7name                    angelscript
8version                                 2.22.0
9categories                      devel
10platforms                       darwin
11license                                 zlib
12maintainers             strasweb.fr:rudloff \
13                                                        openmaintainer
14homepage                        http://www.angelcode.com/${name}/
15description                     Flexible cross-platform scripting library
16long_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.
17master_sites                    http://www.angelcode.com/${name}/sdk/files/
18use_zip                                 yes
19checksums           sha256    9d3743c25d43560e31dc91b2f0d9a47249c3e91e69967488cda370de45f70548
20distname            ${name}_${version}
21worksrcdir          ${name}/projects/gnuc macosx/
22
23patchfiles          patch-makefile.diff
24
25configure   {
26    reinplace "s|@PREFIX@|${destroot}${prefix}|g" ${worksrcpath}/Makefile
27}