aboutsummaryrefslogtreecommitdiff
path: root/graphics/mingplot/Makefile
blob: 92a32acd94ec35dcc3d500038b994dd1a2d6ca69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	mingplot
# Date created:				14 Nov 2003
# Whom:					UMENO Takashi <umeno@rr.iij4u.or.jp>
#
# $FreeBSD$
#

PORTNAME=	mingplot
PORTVERSION=	0.3
PORTREVISION=	2
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

RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/ming/mingc.so:${PORTSDIR}/graphics/ruby-ming

USE_RUBY=	yes
USE_RUBY_FEATURES=	iconv

.include <bsd.port.mk>