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 | |
---|
6 | name ldx3 |
---|
7 | version 3 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | license APSL-2.0 |
---|
11 | maintainers strasweb.fr:rudloff \ |
---|
12 | openmaintainer |
---|
13 | homepage http://code.google.com/p/tenfourfox/downloads/detail?name=ldx3.zip |
---|
14 | description Xcode 3 linker ported to 10.4 |
---|
15 | long_description Xcode 3 linker ported to 10.4 by Tobias Netzel. This is required to build TenFourFox 5.0 and up. |
---|
16 | master_sites http://tenfourfox.googlecode.com/files/ |
---|
17 | use_zip yes |
---|
18 | distname ldx3 |
---|
19 | checksums sha1 50b3181c61d708ed303ce2082eb11acd9fa83131 \ |
---|
20 | rmd160 c0113a0150c9464bbe895f221054abcebd584dd6 |
---|
21 | use_configure no |
---|
22 | build {} |
---|
23 | platform darwin 8 { |
---|
24 | destroot { |
---|
25 | xinstall ${workpath}/ldx3 ${destroot}${prefix}/bin/ld |
---|
26 | } |
---|
27 | } |
---|