[21850] trunk/dports/sysutils/screen/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Feb 10 03:54:00 PST 2007
Revision: 21850
http://trac.macosforge.org/projects/macports/changeset/21850
Author: yeled at macports.org
Date: 2007-02-10 03:53:59 -0800 (Sat, 10 Feb 2007)
Log Message:
-----------
update from Elias Pipping <pipping at macports.org>
make ncurses use the macports build!
thanks pipping.
Modified Paths:
--------------
trunk/dports/sysutils/screen/Portfile
Modified: trunk/dports/sysutils/screen/Portfile
===================================================================
--- trunk/dports/sysutils/screen/Portfile 2007-02-10 11:19:12 UTC (rev 21849)
+++ trunk/dports/sysutils/screen/Portfile 2007-02-10 11:53:59 UTC (rev 21850)
@@ -3,8 +3,8 @@
PortSystem 1.0
name screen
-version 4.0.2
-revision 1
+version 4.0.3
+revision 0
homepage http://www.gnu.org/software/screen/
description Screen manager with VT100/ANSI terminal emulation
long_description Screen is a full-screen window manager that multiplexes a physical \
@@ -25,13 +25,19 @@
# Reference: http://freebsd.sinica.edu.tw/~statue/index.php?file=20020513
distfiles-append 18:encoding
-checksums ${distname}${extract.suffix} md5 ed68ea9b43d9fba0972cb017a24940a1 \
+checksums ${distname}${extract.suffix} md5 8506fd205028a96c741e4037de6e3c42 \
18 md5 e5c53546a5c4968bd7e807c88e6b2198
patchfiles patch-maxargs patch-windowsize
+depends_lib port:ncurses
extract.only ${distname}${extract.suffix}
post-extract { file copy ${distpath}/18 ${workpath} }
-configure.args {--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --enable-locale --enable-telnet --enable-colors256 --enable-rxct_osc}
+configure.args --mandir=\${prefix}/share/man --enable-locale \
+ --infodir=\${prefix}/share/info --enable-telnet \
+ --enable-colors256 --enable-rxct_osc
+configure.env CPPFLAGS="-I${prefix}/include" \
+ LDFLAGS="-L${prefix}/lib" \
+ LIBS=-lncurses
post-destroot {
xinstall -m 644 ${workpath}/18 ${destroot}/${prefix}/share/${name}/utf8encodings
xinstall -m 644 ${workpath}/${distname}/etc/etcscreenrc ${destroot}/${prefix}/etc/screenrc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/c7a9e0b7/attachment.html
More information about the macports-changes
mailing list