diff options
Diffstat (limited to 'irc/ruby-rica/Makefile')
| -rw-r--r-- | irc/ruby-rica/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/irc/ruby-rica/Makefile b/irc/ruby-rica/Makefile new file mode 100644 index 000000000000..e1e464d9a4a0 --- /dev/null +++ b/irc/ruby-rica/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: RICA +# Date created: 10 March 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= rica +PORTVERSION= 0.3 +CATEGORIES= irc ruby +MASTER_SITES= http://www.koka-in.org/%7Ezophos/lib/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +USE_BZIP2= yes +USE_RUBY= yes + +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +DOCS= classes_and_methods.txt event.txt +EXAMPLES= ricaco.rb ricatest.rb + +do-install: + ${INSTALL_DATA} ${WRKSRC}/rica.rb ${RUBY_SITELIBDIR}/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} +.for f in ${EXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ +.endfor + ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ +.endfor +.endif + +.include <bsd.port.mk> |
