aboutsummaryrefslogtreecommitdiff
path: root/math/ngraph/Makefile
blob: 6ae81069d8c6b120d9f816511d876e66082b85d8 (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=		make motif

.include <bsd.port.mk>