aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ruby-wx/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-06-07 19:21:35 +0800
committerdinoex <dinoex@FreeBSD.org>2013-06-07 19:21:35 +0800
commit69cfd3e3693bc7d5d8ba13508e642aaabf1f8f74 (patch)
tree605fbb5a1ca7500363442ef1850158de7d71a1c3 /x11-toolkits/ruby-wx/Makefile
parent640e30a183e63244f47fdd05d23895430ed78499 (diff)
downloadfreebsd-ports-gnome-69cfd3e3693bc7d5d8ba13508e642aaabf1f8f74.tar.gz
freebsd-ports-gnome-69cfd3e3693bc7d5d8ba13508e642aaabf1f8f74.tar.zst
freebsd-ports-gnome-69cfd3e3693bc7d5d8ba13508e642aaabf1f8f74.zip
retire ruby-wx
- broken with 64bit - wx 2.4 gone, broken with current wx - broken with ruby1.9 - broken with current swig
Diffstat (limited to 'x11-toolkits/ruby-wx/Makefile')
-rw-r--r--x11-toolkits/ruby-wx/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/x11-toolkits/ruby-wx/Makefile b/x11-toolkits/ruby-wx/Makefile
deleted file mode 100644
index 67c87c7527bd..000000000000
--- a/x11-toolkits/ruby-wx/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# Created by: Ulrich Spoerlein <q@uni.de>
-# $FreeBSD$
-
-PORTNAME= wx
-PORTVERSION= 0.6.0
-PORTREVISION= 8
-CATEGORIES= x11-toolkits ruby
-MASTER_SITES= RF
-MASTER_SITE_SUBDIR= ${PORTNAME}ruby
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= wxruby-${PORTVERSION:S/.0$//}-src
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby bindings for wxWindows (aka wxWidgets)
-
-DEPRECATED= Does not work with Ruby 1.9
-EXPIRATION_DATE= 2013-05-02
-
-USES= iconv
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-USE_WX= 2.4
-WX_COMPS= contrib
-
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not build with ruby 1.9
-.endif
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-DOCS= README README.linux ChangeLog
-
-post-patch:
- @${FIND} ${WRKSRC} -name *.t | ${XARGS} ${REINPLACE_CMD} -e 's| ||'
- @${REINPLACE_CMD} -E 's/ html(processor|window).o//' ${WRKSRC}/depend
- @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG:T}|' ${WRKSRC}/extconf.rb
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/../${f} ${RUBY_MODDOCDIR}/
-.endfor
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- cd ${RUBY_MODEXAMPLESDIR} && ${MKDIR} `cd ${WRKSRC}/../samples && ${FIND} * -type d`
- for f in `cd ${WRKSRC}/../samples && ${FIND} * -type f`; do \
- ${INSTALL_DATA} ${WRKSRC}/../samples/$$f ${RUBY_MODEXAMPLESDIR}/$$f; \
- done
-.endif
-
-.include <bsd.port.post.mk>