18 lines
391 B
Makefile
18 lines
391 B
Makefile
# 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>
|