diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-27 20:12:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-27 20:12:16 +0000 |
commit | d0f34602242149ddb39ea96c07a9c690f686da67 (patch) | |
tree | cddb7637689729dd9b01e4d223dfaea3432574de /x11/ruby-gnome2-all | |
parent | 7b30bc174d84d30cca73b52193aeaf221ac397a0 (diff) | |
download | ports-d0f34602242149ddb39ea96c07a9c690f686da67.tar.gz ports-d0f34602242149ddb39ea96c07a9c690f686da67.zip |
Notes
Diffstat (limited to 'x11/ruby-gnome2-all')
-rw-r--r-- | x11/ruby-gnome2-all/Makefile | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/x11/ruby-gnome2-all/Makefile b/x11/ruby-gnome2-all/Makefile index 726662f35027..2fcb4c178a35 100644 --- a/x11/ruby-gnome2-all/Makefile +++ b/x11/ruby-gnome2-all/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: Ruby-GNOME-all +# New ports collection makefile for: Ruby/GNOME2-all # Date created: 3 June 2002 # Whom: Akinori MUSHA aka knu <knu@idaemons.org> # # $FreeBSD$ # -PORTNAME= gnome-all +PORTNAME= gnome2-all PORTVERSION= ${RUBY_GNOME_PORTVERSION} CATEGORIES= x11 ruby gnome MASTER_SITES= # none @@ -15,23 +15,25 @@ EXTRACT_ONLY= # none MAINTAINER= knu@FreeBSD.org -#RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/lglade.so:${PORTSDIR}/devel/ruby-libglade -#RUN_DEPENDS+= ${RUBY_SITELIBDIR}/gdk_imlib.rb:${PORTSDIR}/graphics/ruby-gdk_imlib -RUN_DEPENDS+= ${RUBY_SITELIBDIR}/gdk_pixbuf.rb:${PORTSDIR}/graphics/ruby-gdk_pixbuf -#RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gnome.so:${PORTSDIR}/x11/ruby-gnome -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/panel_applet.so:${PORTSDIR}/x11/ruby-panel-applet -#RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/libart.so:${PORTSDIR}/graphics/ruby-libart - -# libglade depends on gtk, gnome -# gdk_imlib depends on gtk -# gdk_pixbuf depends on gtk -# gnome depends on gtk, gdk_imlib, libart -# panel-applet depends on gtk, gnome - -USE_RUBY= yes - -.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gnomecanvas2.so:${PORTSDIR}/graphics/ruby-gnomecanvas2 +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/libart2.so:${PORTSDIR}/graphics/ruby-libart2 +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 +RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 + +# gtk2 depends on glib2 +# gdk_pixbuf2 depends on gtk2 +# gnome2 depends on gtk2, gnomecanvas2 +# gnomecanvas2 depends on glib2, gtk2 and libart2 +# libglade2 depends on gtk2 and gnome2 (optional) +# gconf2 depends on glib2 + +USE_RUBY= yes + +.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" NO_BUILD= yes |