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 | |
---|
4 | PortSystem 1.0 |
---|
5 | name klayout |
---|
6 | version 0.23.2 |
---|
7 | categories cad graphics |
---|
8 | license GPL-2+ |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | maintainers collindelker.com:collin |
---|
12 | |
---|
13 | description High Performance Layout Viewer And Editor |
---|
14 | long_description GDS and OASIS file viewer and editor. |
---|
15 | homepage www.klayout.de |
---|
16 | master_sites http://178.77.72.242/downloads/ |
---|
17 | |
---|
18 | checksums md5 a9302f73376378987337389ec0da0b4c \ |
---|
19 | sha256 962c424b7695b51eecc59e8b064f69c0e2d273b805ee5aa71be1c8cafac1d0f3 |
---|
20 | |
---|
21 | use_configure no |
---|
22 | depends_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 |
---|
27 | patchfiles patch-src-gsiExpression.cc.diff |
---|
28 | |
---|
29 | build.cmd ./build.sh |
---|
30 | build.args -platform mac-leopard-gcc-release -qtbin ${prefix}/bin -qtinc ${prefix}/include -qtlib ${prefix}/Library/Frameworks/ |
---|
31 | build.target-delete all |
---|
32 | |
---|
33 | destroot.cmd make |
---|
34 | destroot.args -C build.mac-leopard-gcc-release -e INSTALL_BINDIR=${destroot}/${applications_dir} |
---|
35 | |
---|
36 | |
---|