summaryrefslogtreecommitdiff
path: root/math/ngraph/Makefile
blob: b1f2b72983c2caeead9733b619f12c3c88151248 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: nobu@rd.isac.co.jp
# $FreeBSD$

PORTNAME=	ngraph
PORTVERSION=	6.3.51
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://www2e.biglobe.ne.jp/~isizaka/bin/ \
		${MASTER_SITE_PORTS_JP}
DISTNAME=	Ngraph-${PORTVERSION}-src

MAINTAINER=	sanpei@FreeBSD.org
COMMENT=	XY plotting tool for students, scientists, and engineers

USES=		gmake motif

.include <bsd.port.mk>