1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/ruby-amstd/Makefile

38 lines
801 B
Makefile
Raw Normal View History

# 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
CATEGORIES= devel ruby
MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/
2002-01-03 20:30:38 +00:00
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
2003-02-18 05:04:59 +00:00
COMMENT= A collection of miscellaneous Ruby modules
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
DOCS_EN= README.en
2002-02-20 05:00:47 +00:00
DOCS_JA= README.ja manual.rd.ja
2001-08-12 05:32:54 +00:00
post-install:
.if !defined(NOPORTDOCS)
2002-10-06 21:08:30 +00:00
${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in ${DOCS_EN}
2002-10-06 21:08:30 +00:00
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.for f in ${DOCS_JA}
2002-10-06 21:08:30 +00:00
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
.endif
.include <bsd.port.mk>