2000-08-07 17:15:06 +00:00
|
|
|
# New ports collection makefile for: Ruby-amstd
|
|
|
|
# Date created: 7 Aug 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= amstd
|
2002-02-20 05:00:47 +00:00
|
|
|
PORTVERSION= 2.0.0
|
2000-08-16 12:21:24 +00:00
|
|
|
CATEGORIES= devel ruby
|
2002-10-08 11:38:07 +00:00
|
|
|
MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/
|
2002-01-03 20:30:38 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-09-07 07:23:43 +00:00
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
2000-08-08 16:08:31 +00:00
|
|
|
DIST_SUBDIR= ruby
|
2000-08-07 17:15:06 +00:00
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
2003-02-18 05:04:59 +00:00
|
|
|
COMMENT= A collection of miscellaneous Ruby modules
|
2000-08-07 17:15:06 +00:00
|
|
|
|
2000-09-07 07:23:43 +00:00
|
|
|
USE_RUBY= yes
|
2001-08-12 05:32:54 +00:00
|
|
|
USE_RUBY_SETUP= yes
|
2002-02-20 05:00:47 +00:00
|
|
|
RUBY_SETUP= install.rb
|
2000-08-07 17:15:06 +00:00
|
|
|
|
|
|
|
DOCS_EN= README.en
|
2002-02-20 05:00:47 +00:00
|
|
|
DOCS_JA= README.ja manual.rd.ja
|
2000-08-07 17:15:06 +00:00
|
|
|
|
2001-08-12 05:32:54 +00:00
|
|
|
post-install:
|
2000-08-07 17:15:06 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-10-06 21:08:30 +00:00
|
|
|
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
2000-08-07 17:15:06 +00:00
|
|
|
.for f in ${DOCS_EN}
|
2002-10-06 21:08:30 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
2000-08-07 17:15:06 +00:00
|
|
|
.endfor
|
|
|
|
.for f in ${DOCS_JA}
|
2002-10-06 21:08:30 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
|
2000-08-07 17:15:06 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2000-09-26 08:02:17 +00:00
|
|
|
.include <bsd.port.mk>
|