Ticket #29109: Portfile

File Portfile, 1.4 KB (added by karcaw@…, 13 years ago)

New Version of 1.14 portfile.

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$
3PortSystem          1.0
4name                AntTweakBar
5version             1.14
6categories          graphics
7maintainers         karcaw@gmail.com
8description         Graphics Library for graphical user interface
9long_description    AntTweakBar is a small and easy-to-use C/C++ library \
10                    that allows programmers to quickly add a light and intuitive graphical \
11                    user interface into graphic applications based on OpenGL, DirectX 9 or \
12                    DirectX 10 to interactively tweak their parameters on-screen.
13homepage            http://www.antisphere.com/Wiki/tools:anttweakbar
14platforms           darwin
15master_sites        http://www.antisphere.com/Tools/AntTweakBar/
16distfiles           ${name}_[join [split ${version} .] ""]
17use_configure       no
18use_zip             yes
19build.args          PREFIX=${prefix} CXX=${configure.cc}
20destroot.destdir    DESTDIR=${destroot} PREFIX=${prefix}
21checksums           md5 a70c8693cda15c721c2f1b0cc645b939 \
22                    sha1 a3e2d2c756413d1c562946a9e7b8190734284f2b \
23                    rmd160 89fab9e632b54c858ed1a5f85a2abb802efe403d
24patchfiles          ATB_[join [split ${version} .] ""]_mac.patch
25worksrcdir          ${name}
26
27#post-extract {
28#    file link ${workpath}/AntTweakBar-${version} ${workpath}/AntTweakBar
29#}
30