diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
| commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
| tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /graphics/ruby-gdk_pixbuf2/Makefile | |
| parent | cee16c481f7e9a7dc5b8ecea4ccfb04af8ba2ab0 (diff) | |
Diffstat (limited to 'graphics/ruby-gdk_pixbuf2/Makefile')
| -rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile deleted file mode 100644 index 2f3153ddf497..000000000000 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: ruby-gdk_pixbuf -# Date created: 28 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= gdk_pixbuf -PORTVERSION= ${RUBY_GNOME_PORTVERSION} -PORTREVISION= 1 -CATEGORIES= graphics ruby gnome -MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} -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 - -USE_GNOMECTRL= yes -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USE_XLIB= yes -USE_GLIB= yes - -.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" - -WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog README - -post-extract: - ${MV} ${WRKSRC:S/gdk_pixbuf$/gdkpixbuf/} ${WRKSRC} - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ -.endfor -.endif - -.include <bsd.port.mk> |
