aboutsummaryrefslogtreecommitdiffstats
path: root/math/ngraph/Makefile
blob: d0e4a68b02a6ed48e95fa29a6d5a3ab2df1f3b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

NO_STAGE=   yes
.include <bsd.port.mk>