summaryrefslogtreecommitdiff
path: root/x11/ruby-gnome2-all/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ruby-gnome2-all/Makefile')
-rw-r--r--x11/ruby-gnome2-all/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11/ruby-gnome2-all/Makefile b/x11/ruby-gnome2-all/Makefile
deleted file mode 100644
index 9046e103047f..000000000000
--- a/x11/ruby-gnome2-all/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: Ruby-GNOME-all
-# Date created: 3 June 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-all
-PORTVERSION= ${RUBY_GNOME_PORTVERSION}
-CATEGORIES= x11 ruby gnome
-MASTER_SITES= # none
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTFILES= # none
-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
-
-# libglade depends on gtk
-# gdk_imlib depends on gtk
-# gdk_pixbuf depends on gtk
-# gnome depends on gtk, gdk_imlib
-# panel-applet depends on gtk, gnome
-
-USE_RUBY= yes
-
-.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common"
-
-NO_BUILD= yes
-
-do-install:
- @${DO_NADA}
-
-.include <bsd.port.mk>