aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-libglade2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-libglade2/Makefile')
-rw-r--r--devel/ruby-libglade2/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile
deleted file mode 100644
index dce569cd462e..000000000000
--- a/devel/ruby-libglade2/Makefile
+++ /dev/null
@@ -1,40 +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= ${RUBY_GNOME_PORTVERSION}
-PORTEPOCH= 1
-CATEGORIES= devel ruby gnome
-MASTER_SITES= ${RUBY_GNOME_MASTER_SITES}
-MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${RUBY_GNOME_DISTNAME}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk
-LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-USE_GNOME= yes
-
-.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common"
-
-WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME}
-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>