Ticket #31829: Portfile

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