most recent changes, diff for icewm
Index: x11/icewm/Portfile
--- x11/icewm/Portfile (revision 31847)
+++ x11/icewm/Portfile (revision 31848)
@@ -44,47 +44,47 @@
ui_msg ""
}
-variant lite description { Use the lightweight IceWM } {
+variant lite description {Use the lightweight IceWM} {
configure.args-append --enable-lite \
--disable-xinerama --disable-xrandr
}
-variant xpm conflicts imlib description { Use Xpm from MacPorts for images } {
+variant xpm conflicts imlib description {Use Xpm from MacPorts for images} {
configure.args-delete --with-imlib
# configure.args-append --with-xpm
depends_lib-append port:xpm
}
-variant imlib conflicts xpm description { Use Imlib for images instead of libxpm (does not work yet) } {
+variant imlib conflicts xpm description {Use Imlib for images instead of libxpm (does not work yet)} {
configure.args-delete --with-xpm
configure.args-append --with-imlib
depends_lib-append port:imlib
}
-variant nls description { Use internationalized messages (does not work correct yet) } {
+variant nls description {Use internationalized messages (does not work correct yet)} {
configure.args-delete --disable-i18n --disable-nls
# configure.args-append --enable-i18n --enable-nls
depends_lib-append port:gettext port:libiconv
}
-variant debug description { Use this option if you want to debug IceWM } {
+variant debug description {Use this option if you want to debug IceWM} {
configure.args-delete --disable-debug
configure.args-append --enable-debug
}
# not tested: can't install esound, help2man
-variant esound description { Use sound support (untested) } {
+variant esound description {Use sound support (untested)} {
configure.args-delete --without-icesound
configure.args-append --with-icesound=esound --enable-guievents
depends_lib-append port:audiofile port:esound
}
# not tested, can't install gnome
-variant gnome1 conflicts gnome2 description { Use the GNOME menus with IceWM } {
+variant gnome1 conflicts gnome2 description {Use the GNOME menus with IceWM} {
configure.args-append --enable-menus-gnome1
}
-variant gnome2 conflicts gnome1 description { Use the KDE/GNOME2 menus with IceWM } {
+variant gnome2 conflicts gnome1 description {Use the KDE/GNOME2 menus with IceWM} {
configure.args-append --enable-menus-gnome2
}