summaryrefslogblamecommitdiff
path: root/devel/ruby-amstd/Makefile
blob: 75dbd83e76d963d40b018454f504af600c733ab2 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                
                      
                          
                                                
                                     
                    


                               
                   
                   
 
                         
                                     
 
             
                        
                                              
                    
                                                                  

                    
                                                                     


       
                      
# 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>