aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby-mode.el/Makefile
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2013-10-11 13:34:28 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2013-10-11 13:34:28 +0800
commit4a4b8650dabb0565605e818a20a567b96438c09f (patch)
treed69af22bb4d66375b76d5a56d03a08af6318d854 /lang/ruby-mode.el/Makefile
parentd677048632c63d046db6864622474c6bb1ef07f5 (diff)
downloadfreebsd-ports-gnome-4a4b8650dabb0565605e818a20a567b96438c09f.tar.gz
freebsd-ports-gnome-4a4b8650dabb0565605e818a20a567b96438c09f.tar.zst
freebsd-ports-gnome-4a4b8650dabb0565605e818a20a567b96438c09f.zip
2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9 2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9 2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9 2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9 2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9 2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9 2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9 2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9 2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9 2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9 2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9 2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9 2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9 2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9 2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9 2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9 2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9 2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9 2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9 2013-10-10 security/ruby-acl: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9 2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9 2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9 2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9 2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
Diffstat (limited to 'lang/ruby-mode.el/Makefile')
-rw-r--r--lang/ruby-mode.el/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile
deleted file mode 100644
index 040098e32953..000000000000
--- a/lang/ruby-mode.el/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= ruby-mode.el
-PORTVERSION= ${RUBY_PORTVERSION}
-PORTREVISION= ${RUBY_PORTREVISION}
-PORTEPOCH= 1
-CATEGORIES= lang ruby elisp
-MASTER_SITES= # none
-DISTFILES= # none
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Emacs lisp modules for the Ruby language
-
-DEPRECATED= Does not work with Ruby 1.9
-EXPIRATION_DATE= 2013-10-10
-
-FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
-
-USE_RUBY= yes
-RUBY_VER= 1.8
-RUBY_NO_BUILD_DEPENDS= yes
-
-WRKSRC= ${WRKDIR}/elisp
-NO_BUILD= yes
-
-ELISP_FILES= inf-ruby.el ruby-mode.el rubydb3x.el
-
-EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
-
-NO_STAGE= yes
-do-extract:
- ${MKDIR} ${WRKDIR}
- ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKSRC`/misc ${WRKSRC}
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_ELISPDIR}/
- ${MKDIR} ${XEMACSLISPDIR}
-.for f in ${ELISP_FILES}
- ${LN} -sf ${RUBY_ELISPDIR}/${f} ${EMACSLISPDIR}/
- ${LN} -sf ${RUBY_ELISPDIR}/${f} ${XEMACSLISPDIR}/
-.endfor
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>