aboutsummaryrefslogtreecommitdiff
path: root/math/ngraph/Makefile
blob: 8bd51dfd4ed8f2afb0a5c0cda6c14bc82c2cb7f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	ngraph
PORTVERSION=	6.3.54
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://www2e.biglobe.ne.jp/~isizaka/bin/ \
		PORTS_JP
DISTNAME=	Ngraph-${PORTVERSION}-src

MAINTAINER=	ports@FreeBSD.org
COMMENT=	XY plotting tool for students, scientists, and engineers
WWW=		http://www2e.biglobe.ne.jp/~isizaka/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/gpl.txt

USES=		gmake motif xorg
USE_XORG=	ice sm x11 xext xt

.include <bsd.port.mk>