diff options
author | knu <knu@FreeBSD.org> | 2003-08-09 18:08:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-08-09 18:08:27 +0800 |
commit | 80c56ff22744ff8508e8dea8e8dec4b001b7c0b3 (patch) | |
tree | ada3344163564561a695d94406bac4298ef69fed /graphics | |
parent | 2d03bf74b090e55e6d39f5a407f92def75806c03 (diff) | |
download | freebsd-ports-gnome-80c56ff22744ff8508e8dea8e8dec4b001b7c0b3.tar.gz freebsd-ports-gnome-80c56ff22744ff8508e8dea8e8dec4b001b7c0b3.tar.zst freebsd-ports-gnome-80c56ff22744ff8508e8dea8e8dec4b001b7c0b3.zip |
Remove ruby-qt2 ports. Qt2 is obsolete.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/ruby-qt2gl/Makefile | 52 | ||||
-rw-r--r-- | graphics/ruby-qt2gl/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/ruby-qt2gl/pkg-plist | 3 |
4 files changed, 0 insertions, 60 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 7f8b01cc973a..4700d5a9a7a8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -330,7 +330,6 @@ SUBDIR += ruby-ming SUBDIR += ruby-opengl SUBDIR += ruby-pgplot - SUBDIR += ruby-qt2gl SUBDIR += ruby-rmagick SUBDIR += ruby-svg SUBDIR += ruby-tgif diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile deleted file mode 100644 index b605eb891f51..000000000000 --- a/graphics/ruby-qt2gl/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: Ruby-qt2gl -# Date created: 7 Feb 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= qt2gl -PORTVERSION= ${RUBY_QT2_PORTVERSION} -PORTREVISION= 1 -CATEGORIES= graphics x11-toolkits ruby -MASTER_SITES= ${RUBY_QT2_MASTER_SITES} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${RUBY_QT2_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Qt2 GL extension for Ruby - -BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR} -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR} \ - ${RUBY_SITEARCHLIBDIR}/opengl.so:${PORTSDIR}/graphics/ruby-opengl - -.if defined(PACKAGE_BUILDING) -IGNORE= Needs to define FORCE_PKG_REGISTER=yes to get this installed -.endif - -USE_MESA= yes -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -RUBY_WITH_PTHREAD= yes - -USE_GMAKE= yes - -WRKSRC= ${RUBY_QT2_WRKSRC}/modules/opengl -CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS:S/--with-qt2=qt2/--with-qt2=qtgl/} -MAKE_ARGS= LOCAL_LIBS=-lgcc -INSTALL_TARGET= site-install - -post-extract: - find ${WRKSRC} '(' -name .cvsignore -o -name a.out ')' -delete - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ -.endif - -.include "${.CURDIR}/../../x11-toolkits/ruby-qt2/Makefile.common" -.include <bsd.port.mk> - -DEPENDS_TARGET+= RUBY_WITH_PTHREAD=yes diff --git a/graphics/ruby-qt2gl/pkg-descr b/graphics/ruby-qt2gl/pkg-descr deleted file mode 100644 index a4d051a86a0f..000000000000 --- a/graphics/ruby-qt2gl/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a Qt2 GL extension for Ruby. - -Author: Nobuyuki Horie <horie@smail.u-shizuoka-ken.ac.jp> -WWW: http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/index.html diff --git a/graphics/ruby-qt2gl/pkg-plist b/graphics/ruby-qt2gl/pkg-plist deleted file mode 100644 index 7ce8442f0a7f..000000000000 --- a/graphics/ruby-qt2gl/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/qt2gl.so -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |