[24192] trunk/dports/x11/Eterm/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Apr 18 18:55:59 PDT 2007
Revision: 24192
http://trac.macosforge.org/projects/macports/changeset/24192
Author: yves at macports.org
Date: 2007-04-18 18:55:58 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
I tried to fix ticket:11673 but all I could do was some lousy cleanup
Modified Paths:
--------------
trunk/dports/x11/Eterm/Portfile
Modified: trunk/dports/x11/Eterm/Portfile
===================================================================
--- trunk/dports/x11/Eterm/Portfile 2007-04-19 01:28:53 UTC (rev 24191)
+++ trunk/dports/x11/Eterm/Portfile 2007-04-19 01:55:58 UTC (rev 24192)
@@ -2,41 +2,47 @@
PortSystem 1.0
name Eterm
version 0.9.4
-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.
+revision 1
maintainers nomaintainer at macports.org
categories x11
platforms darwin
homepage http://www.eterm.org/
-master_sites ${homepage}download/ sourceforge
-checksums md5 b8869ee9c9b9516231af9eefa595cee3
-#patchfiles patch_command.c
-depends_lib lib:libast:libast
-configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include -DDARWIN" \
- LDDFLAGS="-lXmu"
-configure.args --mandir=${prefix}/share/man \
- --enable-escreen --enable-escreen-fx \
- --enable-profile --enable-trans --disable-utmp \
- --enable-auto-encoding --enable-multi-charset \
- --enable-name-reporting-escapes
+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.
-variant background {
- distfiles-append ${name}-bg-${version}${extract.suffix}
- checksums-delete md5 b8869ee9c9b9516231af9eefa595cee3
- checksums ${distname}${extract.suffix} \
- md5 b8869ee9c9b9516231af9eefa595cee3 \
- checksums ${name}-bg-${version}${extract.suffix} \
- md5 e8c6567b13d7fb760bded56c1d1a181d
+master_sites ${homepage}download/ sourceforge
+distfiles-append ${name}-bg-${version}${extract.suffix}
+checksums \
+ ${distname}${extract.suffix} \
+ md5 b8869ee9c9b9516231af9eefa595cee3 \
+ ${name}-bg-${version}${extract.suffix} \
+ md5 e8c6567b13d7fb760bded56c1d1a181d
- post-extract {
- cd ${workpath}
- system "mv -f bg/tile/* ${distname}/bg/tile"
- system "mv -f bg/scale/* ${distname}/bg/scale"
- }
+post-extract {
+ cd ${workpath}
+ system "mv -f bg/tile/* ${distname}/bg/tile &&
+ mv -f bg/scale/* ${distname}/bg/scale"
}
+
+#patchfiles patch_command.c
+depends_lib port:libast
+
+configure.env LDDFLAGS="-lXmu"
+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070418/d51837f2/attachment.html
More information about the macports-changes
mailing list