aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-amstd/Makefile
blob: 75dbd83e76d963d40b018454f504af600c733ab2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    Ruby-amstd
# Date created:     7 Aug 2000
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   amstd
PORTVERSION=    1.10.0
CATEGORIES= devel ruby
MASTER_SITES=   http://www.loveruby.net/archive/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org

USE_RUBY=   yes
USE_RUBY_SETUP= yes

DOCS_EN=    README.en
DOCS_JA=    README.ja amstd-ja.rd

post-install:
.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>