summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ruby-qt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/ruby-qt/Makefile')
-rw-r--r--x11-toolkits/ruby-qt/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-toolkits/ruby-qt/Makefile b/x11-toolkits/ruby-qt/Makefile
deleted file mode 100644
index aa60a01..0000000
--- a/x11-toolkits/ruby-qt/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: Ruby-qt
-# Date created: 12 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qt
-PORTVERSION= 0.15
-PORTREVISION= 1
-CATEGORIES= x11-toolkits ruby
-MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_QT_VER= 1
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-USE_GMAKE= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-CONFIGURE_ARGS= --with-qti18n \
- --with-qt-include=${X11BASE}/include/X11/qt \
- --with-qt-lib=${X11BASE}/lib
-MAKE_ARGS= LOCAL_LIBS=-lgcc
-INSTALL_TARGET= site-install
-
-post-extract:
- find ${WRKSRC}/examples -name .cvsignore -delete
-
-post-patch:
- ${RUBY} -i -pe 'gsub %r"/usr/X11\b", "${X11BASE}"' ${WRKSRC}/lib/qt.rb
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
- ${CP} -R ${WRKSRC}/tutorial ${RUBY_DOCDIR}/${PORTNAME}/
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/${PORTNAME}/
- ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/${PORTNAME}/ja/
-.endif
-
-.include <bsd.port.mk>
OpenPOWER on IntegriCloud