Ticket #31845: Portfile

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