summaryrefslogtreecommitdiffstats
path: root/graphics/ruby-gdk_pixbuf2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-gdk_pixbuf2/Makefile')
-rw-r--r--graphics/ruby-gdk_pixbuf2/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile
deleted file mode 100644
index f0d46606f..000000000
--- a/graphics/ruby-gdk_pixbuf2/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: Ruby/GdkPixbuf2
-# Date created: 28 February 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= gdk_pixbuf2
-PORTVERSION= ${RUBY_GNOME_PORTVERSION}
-CATEGORIES= graphics 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= mezz@FreeBSD.org
-COMMENT= Ruby binding for GdkPixbuf2
-
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2
-
-USE_RUBY= yes
-USE_GNOME= gtk20
-USE_REINPLACE= yes
-USE_RUBY_EXTCONF= yes
-
-.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"
-
-WRKSRC= ${RUBY_GNOME_WRKSRC}/gdkpixbuf
-INSTALL_TARGET= site-install
-
-DOCS= COPYING.LIB ChangeLog README
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${RUBY_MODEXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
- @${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>