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 | PortSystem 1.0 |
---|
4 | name AntTweakBar |
---|
5 | version 1.14 |
---|
6 | categories graphics |
---|
7 | maintainers karcaw@gmail.com |
---|
8 | description Graphics Library for graphical user interface |
---|
9 | long_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. |
---|
13 | homepage http://www.antisphere.com/Wiki/tools:anttweakbar |
---|
14 | platforms darwin |
---|
15 | master_sites http://www.antisphere.com/Tools/AntTweakBar/ |
---|
16 | distfiles ${name}_[join [split ${version} .] ""] |
---|
17 | use_configure no |
---|
18 | use_zip yes |
---|
19 | build.args PREFIX=${prefix} CXX=${configure.cc} |
---|
20 | destroot.destdir DESTDIR=${destroot} PREFIX=${prefix} |
---|
21 | checksums md5 a70c8693cda15c721c2f1b0cc645b939 \ |
---|
22 | sha1 a3e2d2c756413d1c562946a9e7b8190734284f2b \ |
---|
23 | rmd160 89fab9e632b54c858ed1a5f85a2abb802efe403d |
---|
24 | patchfiles ATB_[join [split ${version} .] ""]_mac.patch |
---|
25 | worksrcdir ${name} |
---|
26 | |
---|
27 | #post-extract { |
---|
28 | # file link ${workpath}/AntTweakBar-${version} ${workpath}/AntTweakBar |
---|
29 | #} |
---|
30 | |
---|