Ticket #42519: Portfile

File Portfile, 1.5 KB (added by developer@…, 10 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
5name                        klayout
6version                     0.23.2
7categories                  cad graphics
8license                     GPL-2+
9platforms                   darwin
10
11maintainers                 collindelker.com:collin
12
13description                 High Performance Layout Viewer And Editor
14long_description            GDS and OASIS file viewer and editor.
15homepage                    www.klayout.de
16master_sites                http://178.77.72.242/downloads/
17
18checksums                   md5     a9302f73376378987337389ec0da0b4c     \
19                            sha256  962c424b7695b51eecc59e8b064f69c0e2d273b805ee5aa71be1c8cafac1d0f3
20
21use_configure               no
22depends_lib                 port:qt4-mac    \
23                            port:ruby19
24
25# Fix for bug in 0.23.2 when building on 10.9
26# See http://klayout.de/forum/comments.php?DiscussionID=414&page=1#Item_0
27patchfiles                  patch-src-gsiExpression.cc.diff
28
29build.cmd                   ./build.sh
30build.args                  -platform mac-leopard-gcc-release -qtbin ${prefix}/bin -qtinc ${prefix}/include -qtlib ${prefix}/Library/Frameworks/
31build.target-delete         all
32
33destroot.cmd                make
34destroot.args               -C build.mac-leopard-gcc-release -e INSTALL_BINDIR=${destroot}/${applications_dir}
35
36