# $Id$ PortSystem 1.0 name Eterm version 0.9.5 maintainers nomaintainer categories x11 platforms darwin homepage http://www.eterm.org/ description Eterm is a color terminal emulator. long_description \ Eterm is a color vt102 terminal emulator intended as a \ replacement for xterm. It is designed with a Freedom of \ Choice philosophy, leaving as much power, flexibility, and \ freedom as possible in the hands of the user. It is designed \ to look good and work well, but takes a feature-rich approach \ rather than one of minimalism while still maintaining speed \ and efficiency. master_sites sourceforge:eterm ${homepage}download/ distfiles-append ${name}-bg-${version}${extract.suffix} checksums \ ${distname}${extract.suffix} \ md5 87220a61f763d111a4f5fc88ef9e50f1 \ ${name}-bg-${version}${extract.suffix} \ md5 e8c6567b13d7fb760bded56c1d1a181d post-extract { foreach dir {bg/tile bg/scale} { foreach file [glob -directory ${workpath} ${dir}/*] { move -force ${file} ${worksrcpath}/${dir} } } } depends_build \ port:pkgconfig \ port:autoconf \ port:automake \ port:libtool depends_lib \ port:libast \ lib:libXRes.1:xorg-libXRes \ lib:libXext.6:xorg-libXext \ lib:libXmu.6:xorg-libXmu \ lib:libXt.6:xorg-libXt use_autoconf yes autoconf.cmd autoreconf autoconf.args -fvi configure.cflags-append -DDARWIN configure.args \ --mandir=${prefix}/share/man \ --enable-auto-encoding \ --enable-escreen \ --enable-escreen-fx \ --enable-multi-charset \ --enable-name-reporting-escapes \ --enable-profile \ --enable-trans \ --disable-utmp