# $Id: Portfile 102174 2013-01-29 07:53:39Z jeremyhu@macports.org $ PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 name smake version 1.2.2 categories devel platforms darwin maintainers mww license CDDL description highly portable make program with automake features long_description Smake is a highly portable make program with automake \ features. It is currently mainly targeted to be used \ with the makefiles system. homepage http://cdrecord.berlios.de/old/private/smake.html master_sites ftp://ftp.berlios.de/pub/smake/ use_bzip2 yes checksums md5 fc967177a6cb91a752df4c93526e480e \ sha1 abd5a99a6fe588afa31246f3d686c686c75bb953 \ rmd160 5fad8d892893a93c9897d5a51da25a42ecca9ba5 use_configure no # https://trac.macports.org/ticket/31616 compiler.blacklist-append llvm-gcc-4.2 {clang < 318} # TODO: base should do this: http://trac.macports.org/ticket/32542 if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} { depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler}) # base 2.1.x ignores the argument and just use ${configure.compiler} if {[portconfigure::arch_flag_supported ${configure.compiler}]} { depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler}) } if {[string match macports-gcc* ${configure.compiler}]} { depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler}) } } build.type gnu build.args CC=${configure.cc} use_parallel_build no destroot.destdir INS_BASE=${destroot}${prefix} \ MANDIR=man \ INSUSR=`id -u` INSGRP=`id -g` post-destroot { file delete -force ${destroot}${prefix}/share/man/man5 \ ${destroot}${prefix}/lib ${destroot}${prefix}/include } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.]\+)\\.tar