[79042] trunk/dports/x11/rxvt-unicode/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 30 19:24:01 PDT 2011


Revision: 79042
          http://trac.macports.org/changeset/79042
Author:   ryandesign at macports.org
Date:     2011-05-30 19:24:01 -0700 (Mon, 30 May 2011)
Log Message:
-----------
rxvt-unicode: add lite variant; see #21826

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2011-05-31 02:21:26 UTC (rev 79041)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2011-05-31 02:24:01 UTC (rev 79042)
@@ -55,6 +55,22 @@
 
 use_parallel_build  yes
 
+variant lite description {lightweight build options} {
+    depends_lib-delete      port:Xft2 \
+                            path:bin/perl:perl5 \
+                            port:zlib
+    depends_lib-append      port:xorg-libX11
+    configure.args-delete   --enable-everything
+    configure.args-append   --disable-everything \
+                            --enable-combining \
+                            --enable-resources \
+                            --enable-frills \
+                            --enable-font-styles \
+                            --enable-selectionscrolling \
+                            --enable-mousewheel \
+                            --enable-pointer-blank
+}
+
 destroot.env    TERMINFO=${destroot}${prefix}/share/terminfo
 pre-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/terminfo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110530/241075db/attachment.html>


More information about the macports-changes mailing list