Ticket #31845: Portfile.2

File Portfile.2, 1.2 KB (added by nigels.com@…, 11 years ago)

Updated Portfile for current Irrlicht release

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
5       
6name                    irrlicht
7version                                 1.8.1
8revision                                1
9categories                      devel
10platforms                       darwin
11license                                 Irrlicht Engine License
12maintainers                     strasweb.fr:rudloff \
13                                                openmaintainer
14homepage                                http://irrlicht.sourceforge.net/
15description                             Opensource 3D engine
16long_description                The Irrlicht Engine is an open source high performance realtime 3D engine \
17                                                written and usable in C++ and also available for .NET languages. It is \
18                                                completely cross-platform, using D3D, OpenGL and its own software renderer, \
19                                                and has all of the state-of-the-art features which can be found in commercial \
20                                                3d engines.
21master_sites                    sourceforge
22use_zip                                 yes
23checksums                               sha1    231cd2cf2eefe43bde7c40537ece055a3d6e09cb \
24                                rmd160  1c64c1075ef8030744884501d009b221dc5b88c8
25use_configure                   no
26worksrcdir                              ${worksrcdir}/source/Irrlicht
27patchfiles                              patch-Makefile.diff
28destroot {
29                xinstall ${worksrcpath}/../../lib/Linux/libIrrlicht.a ${destroot}${prefix}/lib/
30                file copy ${worksrcpath}/../../include ${destroot}${prefix}/include/irrlicht
31}