diff options
Diffstat (limited to 'x11-toolkits/ruby-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/ruby-gtk2/Makefile | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile deleted file mode 100644 index 8dfce118c6f8..000000000000 --- a/x11-toolkits/ruby-gtk2/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: ruby-gtk -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# -# $FreeBSD$ -# - -PORTNAME= gtk -PORTVERSION= ${RUBY_GNOME_PORTVERSION} -CATEGORIES= x11-toolkits ruby -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= yasuf@bsdclub.org - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USE_XLIB= yes -USE_GTK= yes - -.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" - -WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} -CONFIGURE_ARGS= ${GTK_CONFIG} -INSTALL_TARGET= site-install - -DOCS_EN= BUGS \ - ChangeLog \ - NEWS \ - README \ - README.EXT \ - ToDo -DOCS_JA= README.EXT.ja - -post-extract: - ${MKDIR} ${WRKSRC}/sample/browser - ${MV} ${WRKSRC}/doc/*.rb ${WRKSRC}/sample/browser/ - -post-install: - ${INSTALL_DATA} ${WRKSRC}/lib/gtkcompat.rb ${RUBY_SITELIBDIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ -.endfor -.endif - -.include <bsd.port.mk> |