2003-12-07 22:36:42 +01:00
|
|
|
# New ports collection makefile for: mingplot
|
|
|
|
# Date created: 14 Nov 2003
|
|
|
|
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mingplot
|
2004-03-25 11:20:08 +01:00
|
|
|
PORTVERSION= 0.3
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2003-12-07 22:36:42 +01:00
|
|
|
CATEGORIES= graphics www
|
|
|
|
MASTER_SITES= http://namazu.org/~satoru/mingplot/
|
|
|
|
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
|
|
|
COMMENT= A tool to generate a flash-based chart
|
|
|
|
|
2006-04-24 15:05:07 +02:00
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ming/mingc.so:${PORTSDIR}/graphics/ruby-ming
|
2003-12-07 22:36:42 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2004-03-23 10:06:16 +01:00
|
|
|
USE_RUBY_FEATURES= iconv
|
2003-12-07 22:36:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|