PortSystem 1.0

name			gcc_select
version			0.1
revision		4
categories		sysutils
platforms		darwin
license		BSD
maintainers		mww
supported_archs		noarch
description		Switch the default compiler
long_description	gcc_select lets you switch the default compiler. \
			It symlinks the standard compiler executables \
			in the MacPorts prefix to the selected version.

homepage		http://svn.macports.org/repository/macports/contrib/select/
master_sites		http://downloads.sourceforge.net/project/macports/distfiles/select
fetch.ignore_sslcert yes
distname		select-${version}
checksums		sha1 18e1f95c2ddd88210aa52eb696261859af2dc3a4

patchfiles
patch {
    foreach patch $patchfiles {
        set fd [open ${filespath}/${patch} r]
        set var [gets $fd]
        close $fd
        set fd [open ${workpath}/${distname}/test_patch w+]
        puts $fd $var
        close $fd
    }
}

configure.args		--mandir=${prefix}/share/man --name=gcc

post-destroot {
    xinstall -d ${destroot}${prefix}/etc/select/gcc
    touch ${destroot}${prefix}/etc/select/gcc/base
}

test {
    touch ${worksrcpath}/README
    file delete -force ${worksrcpath}/README
}

livecheck.type	none
