aboutsummaryrefslogtreecommitdiffstats
path: root/math/ngraph/Makefile
blob: 5880b935b17074a2c9fd971db9804ddd70749cf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: ngraph
# Date created:         18 Aug 1999
# Whom:                 nobu@rd.isac.co.jp
#
# $FreeBSD$
#

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

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

USE_MOTIF=  yes
USE_GMAKE=  yes

.include <bsd.port.mk>