freebsd-ports/math/ngraph/Makefile
Carlo Strub a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00

22 lines
482 B
Makefile

# New ports collection makefile for: ngraph
# Date created: 18 Aug 1999
# Whom: 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
USE_MOTIF= yes
USE_GMAKE= yes
.include <bsd.port.mk>