# -*- 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
PortGroup xcodeversion 1.0
github.setup gnachman iTerm2 3.1.4 v
maintainers emer.net:emer
description Enhanced terminal emulator program, successor to iTerm
iTerm2 is a replacement for Terminal and the successor to iTerm. Its focus is on \
performance, internationalization, and supporting innovative features \
that make your life better.
homepage http://iterm2.com/
checksums rmd160 bb2dc5345fba987a7a65201a7f4355d4dcf6e488 \
sha256 b8808be075a7bd38231b51a4616ccc2720c78513c94377a06c22fe83055fee7c
patchfiles patch-Makefile.diff
reinplace "s|CODE_SIGN_IDENTITY = \".*\";|CODE_SIGN_IDENTITY = \"\";|g" ${worksrcpath}/iTerm2.xcodeproj/project.pbxproj
destroot.destdir APPS=${destroot}${applications_dir}
minimum_xcodeversions {16 9.0 17 9.0}
if {${os.platform} eq "darwin" && ${os.major} < 16} {
ui_error "${subport} @${version} requires OS X 10.12 or newer"
return -code error "unsupported Mac OS X version"