aboutsummaryrefslogtreecommitdiff
path: root/shells/ruby-shell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/ruby-shell/Makefile')
-rw-r--r--shells/ruby-shell/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/shells/ruby-shell/Makefile b/shells/ruby-shell/Makefile
deleted file mode 100644
index dc79fcf08090..000000000000
--- a/shells/ruby-shell/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: shell.rb
-# Date created: 16 March 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= shell
-PORTVERSION= 0.6
-CATEGORIES= shells ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-MASTER_SITE_SUBDIR= contrib in.coming
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-DOCS_EN= README doc/shell.doc
-DOCS_JA= README.jp doc/shell.doc.jp
-
-do-install:
- ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/shell.rb ${RUBY_SITELIBDIR}/
- ${INSTALL_DATA} ${WRKSRC}/shell/* ${RUBY_SITELIBDIR}/${PORTNAME}/
-.if !defined(NOPORTDOCS)
- ${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>