summaryrefslogblamecommitdiff
path: root/graphics/ruby-gdchart/Makefile
blob: 0418a38b733c69d68c4a99948665bac102ed47ea (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                
                      
                             
                                                                  
                                     
                                                           
                    


                               
                                                                      






                                                           

                                   
 
                        
             
                                  
                 
                                                         
       
                                       
                     
                                                              

       

                      
# New ports collection makefile for:	Ruby/GDChart
# Date created:		16 July 2001
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$

PORTNAME=	gdchart
PORTVERSION=	0.0.9b
CATEGORIES=	graphics ruby
MASTER_SITES=	http://downloads.sourceforge.jp/ruby-gdchart/1080/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION:S/b$/-beta/}
DIST_SUBDIR=	ruby

MAINTAINER=	knu@FreeBSD.org

BUILD_DEPENDS=	${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

CONFIGURE_ARGS=	--with-gd-include="${LOCALBASE}/include/gd"
INSTALL_TARGET=	site-install

DOCS=		ChangeLog README.en
EXAMPLES=	*_sample.rb

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
.endif

.include <bsd.port.mk>