freebsd-ports/x11/ruby-gnome2-all/Makefile
2002-06-03 10:55:07 +00:00

40 lines
1.1 KiB
Makefile

# 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>