1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/math/ngraph/Makefile
Dmitry Marakasov 94c07f9b80 - Fix LICENSE
- Regenerate patches
2017-02-27 15:31:32 +00:00

20 lines
394 B
Makefile

# Created by: nobu@rd.isac.co.jp
# $FreeBSD$
PORTNAME= ngraph
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
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/gpl.txt
USES= gmake motif
.include <bsd.port.mk>