summaryrefslogtreecommitdiff
path: root/devel/ruby-optparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-optparse/Makefile')
-rw-r--r--devel/ruby-optparse/Makefile57
1 files changed, 0 insertions, 57 deletions
diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile
deleted file mode 100644
index c3b4c0af8847..000000000000
--- a/devel/ruby-optparse/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: Ruby-OptionParser
-# Date created: 7 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= optparse
-PORTVERSION= 0.9
-CATEGORIES= devel ruby
-MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-DOCS_EN= ChangeLog \
- ChangeLog.html \
- README.en \
- optparse.en.html \
- optparse.rlog \
- rmi.html
-DOCS_JA= FIRSTSTEP.ja.html \
- FIRSTSTEP.ja.rd \
- README.ja \
- optparse.ja.html \
- optparse.ja.rd
-
-post-extract:
- ${MV} ${WRKSRC}/optparse.html ${WRKSRC}/optparse.en.html
-
-do-install:
- ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/optparse.rb ${RUBY_SITELIBDIR}/
- ${INSTALL_DATA} ${WRKSRC}/optparse/*.rb ${RUBY_SITELIBDIR}/${PORTNAME}/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja
- ${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
-.for f in cmd-ls.rb cmd.rb getopts.test.en opttest.rb
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
-.endfor
-.for f in getopts.test
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ja
-.endfor
-.endif
-
-.include <bsd.port.mk>