summaryrefslogtreecommitdiff
path: root/devel/ruby-libglade2
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-libglade2')
-rw-r--r--devel/ruby-libglade2/Makefile38
-rw-r--r--devel/ruby-libglade2/distinfo1
-rw-r--r--devel/ruby-libglade2/files/patch-extconf.rb22
-rw-r--r--devel/ruby-libglade2/pkg-comment1
-rw-r--r--devel/ruby-libglade2/pkg-descr4
-rw-r--r--devel/ruby-libglade2/pkg-plist6
6 files changed, 0 insertions, 72 deletions
diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile
deleted file mode 100644
index a9e17effd706..000000000000
--- a/devel/ruby-libglade2/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: Ruby-libglade
-# Date created: 8 February 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libglade
-PORTVERSION= 1.2
-CATEGORIES= devel ruby gnome
-MASTER_SITES= http://beta4.com/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION:S/./-/g}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-USE_GNOME= yes
-
-WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
-CONFIGURE_ARGS= --with-glade-include="${LOCALBASE}/include/glade" \
- --with-glib-config="${GLIB_CONFIG}" \
- --with-gtk-config="${GTK_CONFIG}"
-INSTALL_TARGET= site-install
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-libglade2/distinfo b/devel/ruby-libglade2/distinfo
deleted file mode 100644
index 7587325328ed..000000000000
--- a/devel/ruby-libglade2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-libglade-1-2.tar.gz) = a0d3f1d42c163f8c407a946115eaca98
diff --git a/devel/ruby-libglade2/files/patch-extconf.rb b/devel/ruby-libglade2/files/patch-extconf.rb
deleted file mode 100644
index 834c84d47b5c..000000000000
--- a/devel/ruby-libglade2/files/patch-extconf.rb
+++ /dev/null
@@ -1,22 +0,0 @@
---- extconf.rb.orig Mon Jun 25 07:08:39 2001
-+++ extconf.rb Tue Jun 26 06:06:49 2001
-@@ -1,5 +1,13 @@
- require 'mkmf'
-
-+glib_config = with_config("glib-config", "glib-config")
-+$CFLAGS += " " + %x(#{glib_config} --cflags).chomp
-+$LDFLAGS += " " + %x(#{glib_config} --libs).chomp
-+
-+gtk_config = with_config("gtk-config", "gtk-config")
-+$CFLAGS += " " + %x(#{gtk_config} --cflags).chomp
-+$LDFLAGS += " " + %x(#{gtk_config} --libs).chomp
-+
- $objs = ["rbglade.o"]
-
- dir_config("glade")
-@@ -16,5 +24,3 @@
- end
-
- create_makefile("lglade")
--system('echo LDFLAGS+=`gtk-config --libs` >> Makefile')
--system('echo CFLAGS+=`gtk-config --cflags` >> Makefile')
diff --git a/devel/ruby-libglade2/pkg-comment b/devel/ruby-libglade2/pkg-comment
deleted file mode 100644
index 1f69e4855a9a..000000000000
--- a/devel/ruby-libglade2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A wrapper library of libglade for Ruby
diff --git a/devel/ruby-libglade2/pkg-descr b/devel/ruby-libglade2/pkg-descr
deleted file mode 100644
index 6869c89093e1..000000000000
--- a/devel/ruby-libglade2/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Ruby-libglade -- A wrapper library of libglade for ruby
-
-Author: Avi Bryant <avi@beta4.com>
-WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=Ruby%2FLibGlade
diff --git a/devel/ruby-libglade2/pkg-plist b/devel/ruby-libglade2/pkg-plist
deleted file mode 100644
index 331700550447..000000000000
--- a/devel/ruby-libglade2/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/lglade.so
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/libglade/test.glade
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/libglade/test.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/libglade
-%%PORTDOCS%%%%RUBY_DOCDIR%%/libglade/README
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/libglade