[37565] trunk/dports/x11/mlterm/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 13 09:57:26 PDT 2008


Revision: 37565
          http://trac.macosforge.org/projects/macports/changeset/37565
Author:   jmr at macports.org
Date:     2008-06-13 09:57:25 -0700 (Fri, 13 Jun 2008)

Log Message:
-----------
mlterm: de-lint, add modeline

Modified Paths:
--------------
    trunk/dports/x11/mlterm/Portfile

Modified: trunk/dports/x11/mlterm/Portfile
===================================================================
--- trunk/dports/x11/mlterm/Portfile	2008-06-13 16:56:16 UTC (rev 37564)
+++ trunk/dports/x11/mlterm/Portfile	2008-06-13 16:57:25 UTC (rev 37565)
@@ -1,6 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem			1.0
+
 name				mlterm
 version				2.9.2
 categories			x11
@@ -34,27 +36,24 @@
 		${destroot}${prefix}/share/doc/${name}
 }
 
-# Enable antialiasing support
-variant antialias {
+variant antialias description {Enable antialiasing support} {
 	depends_lib-append		port:freetype
 	configure.args-append	--enable-anti-alias
 }
 
-# Enable bidirectional support
-variant bidi {
+variant bidi desscription {Enable bidirectional support} {
 	depends_lib-append		port:fribidi
 	configure.args-append	--enable-fribidi
 }
 
-# Enable background image support
-variant bgImages {
+variant bgImages description {Enable background image support} {
 	depends_lib-append		port:imlib
 	configure.args-append	--with-imagelib=imlib
 }
 
-# Enable building of mlconfig and mlterm-menu (auto-detected, so no
-# configure.args changes)
-variant gtk2 {
+# auto-detected, so no configure.args changes
+# this really needs to be disabled by default in case gtk2 happens to be
+# installed when the variant is not selected
+variant gtk2 description {Enable building of mlconfig and mlterm-menu} {
 	depends_lib-append		port:gtk2
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080613/12aceb80/attachment.htm 


More information about the macports-changes mailing list