freebsd-ports/math/ngraph/Makefile

20 lines
394 B
Makefile
Raw Normal View History

# Created by: nobu@rd.isac.co.jp
# $FreeBSD$
PORTNAME= ngraph
2015-07-18 02:56:35 +02:00
PORTVERSION= 6.3.54
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
2017-02-27 16:31:32 +01:00
LICENSE= GPLv2+
2015-07-18 02:56:35 +02:00
LICENSE_FILE= ${WRKSRC}/gpl.txt
2013-07-10 09:02:33 +02:00
USES= gmake motif
.include <bsd.port.mk>