Ticket #15682: Portfile

File Portfile, 1.5 KB (added by jjvalent@…, 16 years ago)

Portfile

Line 
1# $Id: Portfile 32941 2008-01-15 11:52:40Z ryandesign@macports.org $
2
3PortSystem 1.0
4
5name            Eterm
6version         0.9.5
7revision    1
8maintainers     nomaintainer
9categories      x11
10platforms       darwin
11homepage        http://www.eterm.org/
12description     Eterm is a color terminal emulator.
13long_description \
14    Eterm is a color vt102 terminal emulator intended as a \
15    replacement for xterm. It is designed  with a Freedom of \
16    Choice philosophy, leaving as much power, flexibility, and \
17    freedom as possible in the  hands of the user. It is designed \
18    to look good and work well, but takes a feature-rich approach \
19    rather than  one of minimalism while still maintaining speed \
20    and efficiency.
21
22master_sites    ${homepage}download/ sourceforge
23
24distfiles-append    ${name}-bg-${version}${extract.suffix}
25checksums \
26    ${distname}${extract.suffix} \
27        md5 87220a61f763d111a4f5fc88ef9e50f1 \
28    ${name}-bg-${version}${extract.suffix} \
29        md5 e8c6567b13d7fb760bded56c1d1a181d
30
31post-extract {
32    foreach dir {bg/tile bg/scale} {
33        foreach file [glob -directory ${workpath} ${dir}/*] {
34            move -force ${file} ${worksrcpath}/${dir}
35        }
36    }
37}
38
39#patchfiles     patch_command.c
40depends_lib     port:libast
41
42configure.env           LDDFLAGS="-lXmu"
43configure.cflags-append -DDARWIN
44configure.args \
45    --mandir=${prefix}/share/man \
46    --enable-auto-encoding \
47    --enable-escreen \
48    --enable-escreen-fx \
49    --enable-multi-charset \
50    --enable-name-reporting-escapes \
51    --enable-profile \
52    --enable-trans \
53    --disable-utmp